Replies: 1 comment 4 replies
-
An interesting idea to save some cost for HA setups. Yet it has a major catch, since the control plane load-balancer is managed by terraform and the ingress load-balancer by the ccm. So we can't just add the port to it for the kube-api. The only solution I see right now, is to publish the kube-api service via ingress. If you find a solution to realise it this way, please share! Since this would be only done at Kubernetes level, it should be easily be switched on/off or be provided as an example |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to add an option that toggles if you would want to use the load balancer also as control plane load balancer? Which would mean that the normal load balancer also gets port 6443 and other related configs from a dedicated control plane load balancer.
Are there good reasons not to allow it? I would try myself on a PR if people are not too concerned about this set up.
Beta Was this translation helpful? Give feedback.
All reactions