Wanted to understand what is the best approach to access common services/pods from different EKS clusters. Assuming separate cluster per environment is good approach compared to having 1 cluster with separate namespaces.
EKS Cluster
Dev1
Dev2
Dev3
There are common services say service 1 and Service 2 which will be accessed by all the above three clusters.
What is the approach to host service1 and service2? Does it need to be in separate cluster (SharedCluster)? I read about istio, cilium but looks little complex. Please suggest.
Tried nothing. Wanted suggestion on separate cluster or istio or cilium.
user3496519 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.