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