You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it make sense to deploy the kube-apiserver with the node's own private IP address as advertisement address, when the hcloud private networking is enabled?
This would allow us to create a nice firewalling of the nodes, which only allows communication via the private IPs and by that block all traffic from the internet (see #1615).
Control Plane access (e.g. from kubectl) would come in via the Hetzner LBs and appear as private traffic for the firewall.
Other loadbalancers created via hccm would need the load-balancer.hetzner.cloud/use-private-ip: "true" annotation.