Skip to content

Latest commit

History

History

guide

Folders and files

NameName
Last commit message
Last commit date

parent directory

..


Kubernetes Goat

Interactive Kubernetes Security Learning Playground

The Kubernetes Goat is designed to be an intentionally vulnerable cluster environment to learn and practice Kubernetes security.

Netlify Status License: MIT GitHub release Github Stars PRs Welcome Docker Pulls Kubernetes Goat Twitter

Overview

This is the repository for the documentation page for Kubernetes Goat. This documentation site is based on the Docusaurus framework.

Getting Started

To start a local environment of this project, please do the following.

  1. Clone the repository.
git clone https://github.com/madhuakula/kubernetes-goat.git
  1. Navigate to the guide directory
cd kubernetes-goat/guide
  1. Install dependencies
npm install
  1. Start the development server
yarn start
  1. Navigate to localhost:3000 for accessing the Kubernetes Goat documentation locally