Create AWS Hosted Cluster in Multiple Zones
Prerequisites
Complete the Prerequisites and Before you begin.
Creating the Hosted Cluster
Create a new cluster, specifying the BASE_DOMAIN
of the public zone provided in the
Prerequisites:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
Important
The --zones
flag must specify Availability Zones (AZs) within the region specified by the --region
flag
The --zones
flag is also available on the hypershift create infra aws
command used to create infrastructure seperately.
The following per-zone infrastructure is created for all specified zones:
- Public subnet
- Private subnet
- NAT gateway
- Private route table (Public route table is shared across public subnets)
Two NodePool
resources are created, one for each zone. The NodePool
name is suffixed by the zone name. The private subnet for zone is set in spec.platform.aws.subnet.id
.