Lesson  in  Kubernetes Security Workshop - Training

Introduction to Kubernetes Goat

Let's dive into the world of Kubernetes Goat, a deliberately vulnerable Kubernetes cluster designed for security training and learning.

Overview

Hey hey! Thanks for attending the Kubernetes Security Workshop. In this introductory unit, we will get familiar with how Kubernetes Goat works.

The following commands have been already been executed for you in the background:

git clone https://github.com/madhuakula/kubernetes-goat.git
cd kubernetes-goat
chmod +x setup-kubernetes-goat.sh
bash setup-kubernetes-goat.sh```

You can find the Kubernetes Goat repository here.

Kubernetes Goat Architecture