introduction
TK8 offers two possibilities to create a cluster on the desired platform. On one hand, there is the path via the CLI, which requires dependencies on the executing system. Alternatively, it is possible to create a cluster on the desired platform with a minimal dependency on Docker.
Provisioning using CLI
The use of the CLI gives you more freedom to individualize your workflows.
Prerequisites using CLI
Existing SSH keypair in AWS
AWS access and secret keys
Provisioning using Docker
This is the easiest way to deploy a H.A. Kubernetes cluster on AWS with the kubernautslabs/tk8 docker image.
Prerequisites using Docker
Existing SSH keypair in AWS
AWS access and secret keys
Provisioning using EKS
This is the easiest way to deploy an AWS EKS cluster using the kubernautslabs/tk8 docker image.
Prerequisites using EKS
Existing SSH keypair in AWS
AWS access and secret keys
Exported AWS Credentials
Managing Lifecylce of the Cluster
This is the easiest way to manage lifecylce of the cluster using the kubernautslabs/tk8 docker image.
Prerequisites managing lifecylce of the Cluster
Existing SSH keypair in AWS
AWS access and secret keys
Last updated