โธ Kubernetes
ready
7 pods
6 deployments
VPS-local / SSH-tunnel friendly
Docker + Kubernetes + Prometheus/Grafana control plane
6 deployments
{{ snapshot.summary.running_containers }} running
VPS-local telemetry stack
recent operator trail
Host
| Proto | Address | Process |
|---|---|---|
| tcp | 0.0.0.0:80 | 1234/nginx |
| tcp | 0.0.0.0:443 | 1234/nginx |
| tcp | 127.0.0.1:8088 | 5678/python3 |
| tcp | 127.0.0.1:9090 | 7890/prometheus |
| tcp | 127.0.0.1:3300 | 7891/grafana |
| tcp | 127.0.0.1:8082 | 7892/cadvisor |
| tcp | 127.0.0.1:9100 | 7893/node-exp |
| tcp | 127.0.0.1:5432 | 9012/postgres |
| tcp | 127.0.0.1:6379 | 9013/redis |
Runtime
| Name | Status | CPU | Memory | Health |
|---|---|---|---|---|
prometheus prom/prometheus:v2.54.1 |
running | 0.8% | 1.8% | healthy |
grafana grafana/grafana-oss:11.1.4 |
running | 0.3% | 1.1% | healthy |
cadvisor gcr.io/cadvisor/cadvisor:v0.50.0 |
running | 1.2% | 0.8% | healthy |
node-exporter prom/node-exporter:v1.8.2 |
running | 0.1% | 0.3% | healthy |
nginx-proxy nginx:1.27-alpine |
running | 0.2% | 0.2% | healthy |
redis-cache redis:7-alpine |
running | 0.4% | 0.6% | healthy |
Orchestrator
connected to in-cluster API
| Namespace | Name | Replicas | Ready | Available | Age |
|---|---|---|---|---|---|
| monitoring | prometheus monitoring/prometheus |
1 | 1 | 1 | 14d |
| monitoring | grafana monitoring/grafana |
1 | 1 | 1 | 14d |
| monitoring | cadvisor monitoring/cadvisor |
1 | 1 | 1 | 10d |
| monitoring | node-exporter monitoring/node-exporter |
1 | 1 | 1 | 10d |
| infra | nginx-proxy infra/nginx-proxy |
2 | 2 | 2 | 7d |
| infra | redis-cache infra/redis-cache |
1 | 1 | 1 | 5d |
Inventory
| Namespace | Name | Ready | Status | Restarts | Node |
|---|---|---|---|---|---|
| monitoring | prometheus-0 monitoring/prometheus-0 |
1/1 | Running | 0 | vps-01 |
| monitoring | grafana-0 monitoring/grafana-0 |
1/1 | Running | 0 | vps-01 |
| monitoring | cadvisor-abc12 monitoring/cadvisor-abc12 |
1/1 | Running | 1 | vps-01 |
| monitoring | node-exporter-def34 monitoring/node-exporter-def34 |
1/1 | Running | 0 | vps-01 |
| infra | nginx-proxy-5f8a9b infra/nginx-proxy-5f8a9b |
1/1 | Running | 0 | vps-01 |
| infra | nginx-proxy-7c2d4e infra/nginx-proxy-7c2d4e |
1/1 | Running | 0 | vps-01 |
| infra | redis-cache-3b6f8a infra/redis-cache-3b6f8a |
1/1 | Running | 0 | vps-01 |
Ops journal
Demo notes
One page to inspect Docker, Kubernetes, health, and ports without hunting through terminals.
Inspect workloads, restart services, scale deployments, and review logs with confirmations and audit history.
The app runs on k3s on the VPS and talks to Kubernetes using in-cluster credentials.
Workload
Click Inspect to drill into the current runtime. Press Esc or use Close.
Select a workload to inspect.