This is the Kubernetes Security Workshop course. It is composed of several modules and lessons that will guide you through various aspects of Kubernetes security. Check out the training associated with this course for a hands-on experience.
Find this author online
Instead of providing a subpar online editing experience, iximiuz Labs offers a helper CLI tool called labctl, allowing you to use your favorite text editor (or a full-featured IDE) to write content from the comfort of your local machine.
curl -sf https://labs.iximiuz.com/cli/install.sh | sh
This will download and install the latest version of the labctl CLI. You only need to do this once per workstation.
labctl auth login
This will open a browser window asking you to authorize labctl to access your account. You need to do it after a fresh install of labctl and repeat it whenever the auth session expires.
labctl content pull course kubernetes-security-75758114
This will create a local copy of the course content in a directory named kubernetes-security-75758114. You only need to do this once per course.
kubernetes-security-75758114
labctl content push -fw course kubernetes-security-75758114
Run this command in a separate terminal to continuously upload your changes to the server while editing the course in your favorite text editor or IDE.
You can also use labctl to create, list, and delete your content. Learn more about the available commands: labctl content --help
labctl content --help