Full AWS network customization for Shoot cluster #306
Labels
area/networking
Networking related
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
platform/aws
Amazon web services platform/infrastructure
priority/3
Priority (lower number equals higher priority)
How to categorize this issue?
/area networking
/kind enhancement
/platform aws
/priority 3
What would you like to be added:
The ability to provision Shoot cluster in already existing VPC with pre-existing routing tables, subnets, nat gateways and internetgateways.
Why is this needed:
In some cases, due to security, a AWS network layout would require having all egress/ingress traffic pass through another VPC (with existing NAT gateways and internet gateways). In such cases, end-user might want to provison and configure all subnets, routing tables in advance, while Gardener should be able to provsion machines in those subnets. Those subnets should be specified by the end-user when creating the cluster and used by the MCM.
The infra controller should also tag (and untag) subnets with
"kubernetes.io/cluster/{{ clusterName }}" = "1"
to allowcloud-controller-manager
to automatically detect its subnets.Something like:
The text was updated successfully, but these errors were encountered: