不使用 kube-proxy 的 Kubernetes
快速開始
kubeadm init --skip-phases=addon/kube-proxy
# 設定 Helm 倉庫
helm repo add cilium https://helm.cilium.io/
helm install cilium cilium/cilium --version 1.9.18 \
--namespace kube-system \
--set kubeProxyReplacement=strict \
--set k8sServiceHost=REPLACE_WITH_API_SERVER_IP \
--set k8sServicePort=REPLACE_WITH_API_SERVER_PORT
