write-ups-challenges-2022-2023/k8s_easter_eggs/part2/SOLUTON.md

8 lines
317 B
Markdown
Raw Normal View History

2022-11-24 21:59:22 +00:00
## Difficulty
Easy
## How to Solve
`kubectl get pods` in default namespace, then describe the `haskell-deployment` pod. You will see a reference made to a secret. Get the secret with `kubectl get secret supersecret -o yaml`, grab the base64 and convert it.
## Flag
IGCTF-KLARRIO{dont_peek_in_other_peoples_secrets!}