Detail: Logs Tab
Deployment logs and live workload pod logs with per-service support
Deployment log
Shows the full kubectl output from the last deploy or undeploy operation. Includes PVC creation, service creation, and post-deploy steps (ingress apply, backup policy apply).
Context shown above the log when applicable:
- Service DNS -- the internal cluster DNS name for the workload Kubernetes service
- Namespace not found warning with a redeploy hint
Workload logs
Live pod logs from the running workload fetched via kubectl logs.
Pod status shows each pod name, status (Running, Pending, CrashLoopBackOff), readiness, restart count, and recent Kubernetes events.
Log output shows the last 500 lines of container stdout/stderr with ANSI color support. Click Refresh to fetch the latest.
The workload must be in deployed status to view logs.
Per-service logs for compose stacks
When viewing a compose stack, a service picker appears above the log output. Select any service (primary or child) to view its specific pod logs and status. This lets you debug individual services without leaving the detail page.