The following procedure describes creating a Konvoy cluster on a pre-provisioned infrastructure using SSH.
First you will use Konvoy Image Builder to ensure that the correct versions of kubeadm, kubelet, and containerd are installed with their relevant configurations to enable Konvoy to run on your infrastructure. Then you use dkp
CLI to create a Konvoy cluster on your infrastructure.
Completing this procedure results in a Kubernetes cluster, including a Container Networking Interface (CNI) and a Local Persistence Volume Static Provisioner, that is ready for workload deployment.
Before moving to a production environment, you may want to add applications for logging and monitoring, storage, security, and other functions. You can use Kommander to select and deploy applications, or deploy your own.
To get started, be sure that you have fulfilled the Prerequisites.
Prerequisites
Fulfill the prerequisites for using a pre-provisioned infrastructure…Read More
Prepare Hosts
How to prepare hosts for use with a pre-provisioned provider…Read More
Bootstrap
Bootstrap a kind cluster…Read More
Install an SSH Key
Create a Secret for your SSH key for use with a pre-provisioned provider…Read More
Define Infrastructure
Define the cluster hosts and infrastructure…Read More
Define Control Plane Endpoint
Define the Control Plane Endpoint for your cluster…Read More
Create the Cluster
Create a Kubernetes cluster using the infrastructure definition…Read More
Make the New Cluster Self-Managing
Make the new Kubernetes cluster manage itself…Read More
Scale the Cluster
Procedure to scale-up or scale-down an existing DKP cluster…Read More
Delete the Cluster
Delete the Kubernetes cluster and/or the bootstrap cluster…Read More