Kubernetes Home Lab (part 2)

Bootstrap the cluster with kubeadm: Following on from part one, we will create our new Kubernetes cluster. Our Kubernetes Cluster Topology: A single master/control plane node and two worker nodes: Deployment Steps To deploy the cluster, we will first take care of the prerequisites, install docker and install kubeadm, following the Kubernetes documentation: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ https://kubernetes.io/docs/setup/production-environment/container-runtimes/ … Continue reading Kubernetes Home Lab (part 2)