aws-application-networking-k8s
aws-application-networking-k8s copied to clipboard
Attaching a Service Network to a VPC different that the one where the EKS cluster is
As a customer I'd like the option to specify a list of VPCs different to the one the EKS cluster is deployed in.
I suggest modifying the current annotation to:
application-networking.k8s.aws/lattice-self-vpc-association: "true"
and add another
application-networking.k8s.aws/lattice-vpc-association: "[vpc-1-id],[vpc-2-id]"