Windows
下載
wget https://dl.k8s.io/v1.15.0/kubernetes-node-windows-amd64.tar.gzgo get -u k8s.io/kubernetes
cd $GOPATH/src/k8s.io/kubernetes
# Build the kubelet
KUBE_BUILD_PLATFORMS=windows/amd64 make WHAT=cmd/kubelet
# Build the kube-proxy
KUBE_BUILD_PLATFORMS=windows/amd64 make WHAT=cmd/kube-proxy
# You will find the output binaries under the folder _output/local/bin/windows/網絡插件
L3 路由拓撲

OVS 網絡拓撲

部署
kubeadm
Azure
手動部署
運行 Windows 容器
已知問題
Secrets 和 ConfigMaps 只能以環境變量的方式使用
Volume 支持情況
鏡像版本匹配問題
設置 CPU 和內存
Hyper-V 容器
其他已知問題
附錄:Docker EE 安裝方法
參考文檔
Last updated