What to specify for the cluster control plane endpoint if both KubeSpan and KubePrism is enabled? #8977
Unanswered
stevefan1999-personal
asked this question in
Q&A
Replies: 1 comment
-
Cluster endpoint is what goes into your client It should be whatever is the way you would access the cluster, and also the way workers can access the control plane if all other methods fail. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it this?
Or this?
You can assume all the nodes are behind NAT so there is no single public IP for the endpoint. I'm not sure what to do at this point. I was seeing something like
dial tcp 10.96.0.1:443: connect: operation not permitted
and I have no idea what is going on. I'm also using Cilium without kube-proxy so the kubenertesEndpoint
in my cluster shows the internal IP of the control planes. Not sure what to do because although my workers can access the pod network and even services, the Kubernetes API remains inaccessible and this problem is infuriating to solve.Beta Was this translation helpful? Give feedback.
All reactions