Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 975 Bytes

File metadata and controls

33 lines (24 loc) · 975 Bytes

Project Platform Engineering IaC Vagrant K8s Cluster

Provision Kubernetes Cluster (K8S) systematically using Infrastructure as a Code (Vagrant) instead provisioning it manually.

To Provision the Cluster

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

To Shutdown The Cluster,

Refer to this link for vagrant halt documentation vagrant halt

vagrant halt

To Restart The Cluster,

Refer to this link for vagrant up documentation vagrant up

vagrant up

To Destroy The Cluster,

Refer to this link for vagrant destroy documentation vagrant destroy

vagrant destroy -f