Replies: 1 comment 1 reply
-
@stebenz The recent edge releases have some new additions to multicluster which may match what you are looking for. Specifically, there is a new Let me know if this is what you are looking for. |
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
-
Is there a possibility to provide the Linkerd gateway-service with the external IP without the requirement to have a kubernetes-service type LoadBalancer, where the IP is read from ".status.loadBalancer.ingress" and so only available if the service is type LoadBalancer?
The idea was to build a multi-regional cockroachdb with the help of Linkerd and multiple clusters based on Google Cloud VMs. The clusters each have a running ambassador with a service type NodePort where an external load balancer handles the traffic to the nodes, which share 1 external IP as a cluster (to be exact 2 as the kubeapi has a separate IP).
So Linkerd doesn’t need to support any external load balancer, but it would have to support another way to provide the external IP besides the requirement to support service with type LoadBalancer.
I also found some issues regarding this topic but these use external DNS entries, if I understand correctly, which we want to avoid:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions