8 lines
317 B
Markdown
8 lines
317 B
Markdown
## 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!} |