AWS Install in an Air-gapped Environment
This section provides the instructions to install DKP in an AWS air-gapped environment with custom settings. First you create an Air-gapped Bootstrap Cluster and then move the CAPI resources to the workload cluster and delete the bootstrap cluster.
If not already done, refer to Get Started section of the documentation for:
AWS Prerequisites
Before you begin using Konvoy with AWS, you must:
Follow the steps to create permissions and roles on the Minimal Permissions and Role to Create Clusters page.
Create Cluster IAM Policies and Roles.
Export the AWS region where you want to deploy the cluster:
CODEexport AWS_REGION=us-west-2
Export the AWS profile with the credentials you want to use to create the Kubernetes cluster:
CODEexport AWS_PROFILE=<profile>
If using AWS ECR as your local private registry, more information can be found on the Registry Mirror Tools page.
To deploy a cluster with a custom image in a region where CAPI images are not provided, you need to use Konvoy Image Builder to create your own image for the region.
For multi-tenancy, every tenant should be in a different AWS account to ensure they are truly independent of other tenants in order to enforce security.
For air-gapped, ensure you have downloaded dkp-air-gapped-bundle_v2.8.0_linux_amd64.tar.gz
, so you can extract the tarball on next page.