Skip to content

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

Notifications You must be signed in to change notification settings

Adhito/poc-platform-engineering-iac-vagrant-k8s-cluster-kubeadm-calico

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages