write-ups-challenges-2022-2023/k8s_easter_eggs/README.md

25 lines
861 B
Markdown
Raw Normal View History

2022-11-24 21:59:22 +00:00
# K8S Easter Eggs
## Text
Kubernetes (K8S for short) is a tool that allows you to deploy and scale your
applications. It is used by major companies around the world, and major
companies love nothing more than leaving behind gaping security
vulnerabilities on their instances!
You are given access to a Kubernetes instance, in which some poor security
decisions were made. Get on a scavenger hunt to find all 5 of them!
New to Kubernetes? You can consult its documentation
[here](https://kubernetes.io/docs/concepts/). These are some commands to get you started: [cheat sheet](https://kubernetes.io/docs/reference/kubectl/cheatsheet/).
Don't forget to install kubectl and move the config file into
`~/.kube/`.
Ask one of the organisers in case you suspect a challenge is broken.
## Files
~/.kube/config
## How to Deploy
Handled by Klarrio :tm::copyright: