Skip to content

Latest commit

History

History
23 lines (15 loc) 路 617 Bytes

README.md

File metadata and controls

23 lines (15 loc) 路 617 Bytes

Setting up Kubernets Goat using KIND

If you want to set up the Kubernetes Goat using KIND (Kubernetes IN Docker), then follow the below steps

Make sure you have followed the pre-requisites as mentioned in the Kubernetes Goat. Also, you must have KIND installed and setup locally in your system.

  • To setup the KIND cluster run the following command
bash setup-kind-cluster-and-goat.sh
  • Then to access the Kubernetes Goat locally, run the following command
bash access-kubernetes-goat.sh
  • To destroy the KIND cluster run the following command
bash teardown-cluster.sh