Separate subnets for control plane nodes #1532
Labels
area/kaas
Mission: Cloud Native Platform - Self-driving Kubernetes as a Service
kind/story
provider/cluster-api-aws
Cluster API based running on AWS
topic/capi
Story
-As a cluster admin, I want the control plane nodes to be on separate subnets (one per availability zone) in order to have clear network boundaries.
Towards epic.
Background
Cluster API for AWS (CAPA) in its default configuration puts all the (control plane & worker) nodes to the same subnet (there is one per availability zone).
Some customers want a clear separation between control plane nodes and worker nodes because they use a transit gateway which filters traffic based on its source (CIDR).
The
aws-vpc-operator
is able to create all the required subnets with CIDRs configured.Requirements
TODOs
values.yaml
incluster-aws
to configure the control plane subnets.The text was updated successfully, but these errors were encountered: