
The setup script deploys the latest version of kubernetes that is required for Kubernetes certification exams. Upgrading Kubernetes cluster using kubeadm.Kubernetes cluster bootstrapping using Kubeadm.You can use these Vagrant scripts to set up your local practice environment.Īnd specifically, for CKA and CKS, you can expect Kubeadm related exam questions like bootstrapping and upgrading the kubernetes cluster using kubeadm. If you are preparing for any of the Kubernetes certifications, you need a cluster to practice all the exam scenarios. CKA/CKAD/CKS Certification Practice Environment Here is a high-level overview of the setup. You can delete all the VMs in one command and recreate the setup with a vagrant up command any time you need.The nodes get connected automatically to the master during the startup. All the cluster configurations remain intact without any issues. You can shut down the VMs when not in use and start them again whenever needed.You can use the kubeconfig file to connect the cluster from your workstation.


This guide primarily focuses on the Kubernetes automated setup using Vagrantfile and shell scripts.

If you are new to Vagrant, see my beginners vagrant guide I pretty much use vagrant for most of my testing and learning purposes. Vagrant is a great utility to set up Virtual machines on your local workstation.

It is a multinode kubernetes setup using kubeadm. In this Kubernetes tutorial, I have covered the step-by-step guide to set up the Kubernetes cluster on Vagrant.
