Hi everyone,
We are evaluating having multiple kubernetes clusters within the same network for redundancy. We're trying to find our way for service discovery. What if service A runs only a single cluster and be unavailable on cluster B? Maybe try to make such services always available on both and keep things simple?
How do you guys do this? Any suggestions?
s
Scott Rosenberg
02/12/2025, 6:47 PM
it really depends where you are running the clusters, are you using routable pods or not, and which CNI you are using
We use EKS and VPC CNI. We already have multiple clusters which communicate via internal ALB when necessary but now we'll be transforming this into multiple active active clusters. I'll checkout the links you shared. Thank you 🙏🏻