Creating jenkins tasklets to k8s
vm using static ip 上次沒考慮好,我的vm又是吃網卡,所以斷線ip會浮動 這邊直接建立一張 VirtualBox Host-Only Ethernet Adapter #2 之後在每一台server都要多一張網卡 照理說應該會多出一個網卡enp0s8 這邊在linux 要額外設定一下 code Copy cp /etc/sysconfig/network-sc…
LABEL / Kubernetes
3 posts
vm using static ip 上次沒考慮好,我的vm又是吃網卡,所以斷線ip會浮動 這邊直接建立一張 VirtualBox Host-Only Ethernet Adapter #2 之後在每一台server都要多一張網卡 照理說應該會多出一個網卡enp0s8 這邊在linux 要額外設定一下 code Copy cp /etc/sysconfig/network-sc…
install k8s 整體還是在vm 上面centos 模擬集群 先在master 上先裝好環境再複製兩個node1 , node2 VirtualBox 上面用以前的方式背景執行 code Copy C:\Program Files\Oracle\VirtualBox>VBoxManage.exe startvm "centos" --type headless maste…
Kubernetes auto scaling 整體在Hyper-v 上實作,可以把我們之前的 service 部屬到 container pod 管理很多 service 可以配合 k8s 去進行集群的控管,因為負載不同也可以自行擴容等等,可能後續會再加入 aws 進行其他研究, 基本上跟以前hadoop 差不多灌完環境在複製一份虛擬機就好 master node 個別下指令…