March 2022

Scale Nodes in Kubernetes Cluster using Kubespray

This post is will provide steps to add a new node to the Kubernetes cluster using Kubespray.   The below snippet shows the existing node in the cluster, note that I have one master and two worker nodes.  kubectl get node -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME kube-master Ready control-plane,master […]

Scale Nodes in Kubernetes Cluster using Kubespray Read More »

Scroll to Top