Replies: 1 comment 1 reply
-
Hi @konnextv this is more a question to the config of the ccm and the cni. For example if you configure the private network for native routing you also need to configure the cni different e.g for cilium: https://docs.cilium.io/en/latest/network/concepts/routing/#native-routing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thanks for all the work that went into this project so far!
I experimented with HCloud clusters using a private network for a few days now. Today I tried setting up a HCloud firewall to block all inbound traffic received on the public IPs (inbound kubernetes API traffic still went through the load balancer just fine).
At first everything was looking good but I started to notice that some kube-system pods stopped working. Additionally,
kubectl logs
commands timed out and I noticed that these tried to reach the backend by contacting the backend via the public IP.I would not call myself a k8s expert but isn't internal cluster traffic like that supposed to route via the private IPs only?
Thank you in advance for enlightening me.
Beta Was this translation helpful? Give feedback.
All reactions