> For the complete documentation index, see [llms.txt](https://utm-1.gitbook.io/utm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://utm-1.gitbook.io/utm-docs/dokumentaciya/utm-it/resheniya/kubernetes/shpargalki/debug-pod.md).

# debug‑pod

Запустить debug‑pod

**Изнутри кластера** (запустите debug‑pod):

```bash
kubectl run -it --rm debug --image=alpine --restart=Never -- sh
apk update
apk add postgresql-client
psql -h 192.168.4.9 -U keycloak -d keycloak -W
```
