17 lines
383 B
Markdown
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!}
|