Provision Kubernetes Cluster (K8S) systematically using Infrastructure as a Code (Vagrant) instead provisioning it manually.
Clone the repo and execute the following commands.
git clone https://github.com/Adhito/poc-platform-engineering-iac-vagrant-k8s-cluster-kubeadm-calico
cd project-platform-engineering-iac-vagrant-k8s-cluster
vagrant up
Refer to this link for vagrant halt documentation vagrant halt
vagrant halt
Refer to this link for vagrant up documentation vagrant up
vagrant up
Refer to this link for vagrant destroy documentation vagrant destroy
vagrant destroy -f