Install Kubernetes ------------------ The recommended container runtime for the operator is ``containerd``, it is also what is used in production. This document outlines the installation of Kubernetes using ``kubeadm``. You'll need to start by installing the Kubernetes components on all of the systems. .. tabs:: .. code-tab:: console Debian $ curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - $ sudo add-apt-repository "deb https://apt.kubernetes.io/ kubernetes-xenial main" $ apt-get update $ apt-get install -y kubelet kubeadm kubectl $ apt-mark hold containerd.io kubelet kubeadm kubectl $ containerd config default > /etc/containerd/config.toml $ systemctl restart containerd Once this is done, you'll need to start off by preparing the configuration file for ``kubeadm``, which should look somethig like this:: $ cat < 18s v1.18.6 kvm2 NotReady 10s v1.18.6 kvm3 NotReady 2s v1.18.6