This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Kubernetes Distributions

Various Kubernetes Distributions

K3s and Kubeadm only work for self-managed clusters

1 - K3s

K3s Kubernetes Distributions

K3s for self-managed Cluster on supported provider

K3s is used for self-managed clusters. Its a lightweight k8s distribution. We are using it as follows:

  • controlplane (k3s server)
  • workerplane (k3s agent)
  • datastore (etcd members)

2 - Kubeadm

Kubeadm Kubernetes Distributions

Kubeadm for HA Cluster on supported provider

Kubeadm support is added with etcd as datastore