Kubernetes Without kube-proxy
Quick-Start
kubeadm init --skip-phases=addon/kube-proxy
# Setup Helm repository
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
