Interactive Kubernetes Security Learning Playground
The Kubernetes Goat is designed to be an intentionally vulnerable cluster environment to learn and practice Kubernetes security.
This is the repository for the documentation page for Kubernetes Goat. This documentation site is based on the Docusaurus framework.
To start a local environment of this project, please do the following.
- Clone the repository.
git clone https://github.com/madhuakula/kubernetes-goat.git
- Navigate to the
guide
directory
cd kubernetes-goat/guide
- Install dependencies
npm install
- Start the development server
yarn start
- Navigate to localhost:3000 for accessing the Kubernetes Goat documentation locally