Reputation: 205
In AWS, for EKS Cluster 1 (VPC 1), I experienced public service 1 can call private service 1 by Kubernetes DNS, but I have no idea how it can be achieved when it is from EKS Cluster 2 (VPC 2) public service 4 or private service 4.
Actually, the calling of private service 2 should be private and not exposed to the public in all cases.
What AWS / k8s technology shall I use?
Upvotes: 2
Views: 1923
Reputation: 1162
I have 2 solutions for you to choose:
Upvotes: 0