Scripts and configs for the Gateway Ops for Kubernetes Course
git clone https://github.com/Kong/edu-kgac-202.git
source ./edu-kgac-202/base/reset-lab.sh
# Delete Kind Cluster
kind delete cluster --name multiverse
# Shutdown Keycloak
CURRENTDIR=`pwd`
cd /home/labuser/edu-kgac-202/docker-containers
docker-compose down
cd $CURRENTDIR