Kong / edu-kgac-202

Scripts and configs for the Gateway Ops for Kubernetes Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kong Course - Gateway Ops for Kubernetes

Scripts and configs for the Gateway Ops for Kubernetes Course

Clone Repo and Deploy

git clone https://github.com/Kong/edu-kgac-202.git
source ./edu-kgac-202/base/reset-lab.sh

Teardown

# 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

About

Scripts and configs for the Gateway Ops for Kubernetes Course


Languages

Language:Shell 100.0%