write-ups-challenges-2022-2023/k8s_easter_eggs/part2/SOLUTON.md
2022-11-24 22:59:22 +01:00

317 B

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!}