write-ups-challenges-2022-2023/k8s_easter_eggs/part1/SOLUTION.md

17 lines
383 B
Markdown
Raw Permalink Normal View History

2022-11-24 21:59:22 +00:00
## 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!}