25 lines
861 B
Markdown
25 lines
861 B
Markdown
|
# 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:
|