This repository was archived by the owner on Sep 30, 2020. It is now read-only.
This repository was archived by the owner on Sep 30, 2020. It is now read-only.
Allow workers to sit inside private subnets within an existing VPC #44
Closed
Description
Use case proposal:
- Use an existing VPC, e.g. has an existing RDS deployment inside
- Private subnets used for at least workers, perhaps controllers too if we use a bastion (first use case we want public controllers so we can SSH into the cluster)
- Use existing NAT Gateway per AZ for HA with the appropriate route tables used per worker AZ
Similar to kubernetes/kops#428.
It was part of what coreos/coreos-kubernetes#716 was intended to cover. Pre-filing this issue so we can move discussion out of #35.