Konvoy prerequisites
Before you begin using Konvoy, you must have:
- An x86_64-based Linux or macOS machine.
- A Self-managed AWS cluster
- The
dkp
binary for Linux, or macOS. - Docker version 18.09.2 or later installed.
- kubectl for interacting with the running cluster.
- A valid AWS account with credentials configured.
- Installation of aws-iam-authenticator.
AWS prerequisites
Before you begin using Konvoy with AWS, you must:
-
Create an IAM policy configuration for EKS.
-
Export the AWS region where you want to deploy the cluster:
export AWS_REGION=us-west-2
-
Export the AWS profile with the credentials you want to use to create the Kubernetes cluster:
export AWS_PROFILE=<profile>