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

17 lines
383 B
Markdown

## Difficulty
Easy
## How to Solve
There's pods running in a namespace, with a simple application deployed.
Database credentials are passed as environment variables, one of them is the
flag.
```bash
kubectl get namespaces
kubectl get pods -n my-first-project
kubectl describe pod racket-toolkit-ff9d65f5d-jhx9t -n my-first-project
```
## Flag
IGCTF-KLARRIO{save_the_environment!}