Category: Kubernetes
-
Creating Highly Available clusters with kubeadm with external ETCD nodes
Overview This article explains how to set up a highly available Kubernetes 1.16.2 cluster using kubeadm with external etcd nodes. This approach requires more infrastructure. The control plane nodes and etcd members are separated. See attached diagram below. Prerequisites I will cover steps for operating systems as mentioned below. Minimum server requirements: Debian 9+, Ubuntu…
-
Create a single-master Kubernetes 1.16.2 Cluster with Kubeadm
Overview This blog article will help you install a single master Kubernetes 1.16 cluster using kubeadm on Debian 9+, Ubuntu 18.04+. This guide will deploy three(3) servers, one master node and two worker nodes, however you can deploy as many servers to accomplish your goal. This guide uses Containerd 1.3.0 as CRI, Flannel as CNI…