https://github.com/mrintern/how-to-hack-kubernetes
https://github.com/mrintern/how-to-hack-kubernetes
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrintern/how-to-hack-kubernetes
- Owner: mrintern
- Created: 2022-08-03T14:36:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T13:27:08.000Z (almost 4 years ago)
- Last Synced: 2025-09-09T20:18:01.436Z (10 months ago)
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Hack Kubernetes

## What is this repo for?
Mainly, it just holds a [Kubernetes hacking cheatsheet](https://github.com/mrintern/how-to-hack-kubernetes/blob/main/k8s-hacking-cheatsheet). More generally, this repo is meant to help red teamers and cloud ninjas cover the basics when it comes to hacking Kubernetes. Kubernetes is everywhere and growing in popularity every year. If you consider yourself a hacker, it's time to learn how to hack Kubernetes.
## How to Use
- the [Kubernetes hacking cheatsheet](https://github.com/mrintern/how-to-hack-kubernetes/blob/main/k8s-hacking-cheatsheet) is simple to use. Just copy and paste commands, replacing [CLUSTER IP] with the IP of a live node you are testing.
- If you want, use this repo alongside the ["How to Hack Kubernetes"](https://www.youtube.com/playlist?list=PLSGxDsVUZ-zyGCCYUnS5oyi54VuTQ0W4w) videos which walk you through lots of scenarios using kube-security-lab
## Links
- [Kubernetes hacking cheatsheet](https://github.com/mrintern/how-to-hack-kubernetes/blob/main/k8s-hacking-cheatsheet)
- [5 Reasons Why You Should Care About Hacking Kubernetes](https://www.youtube.com/watch?v=KYba50YBV8M&list=PLSGxDsVUZ-zyGCCYUnS5oyi54VuTQ0W4w&index=1)
- [Setting Up your Kubernetes Hacking Environment](https://www.youtube.com/watch?v=y9PbNDdtHGo&list=PLSGxDsVUZ-zyGCCYUnS5oyi54VuTQ0W4w&index=2)
### Disclaimer:
Only hack clusters where you have authorization to do so. I'm not responsible for how you use this information