{{ .Data.Total }} containers · {{ .Data.Running }} running {{ if .Data.Runtime }} {{ .Data.Runtime }} {{ end }}
Cluster
{{ if .Data.K8s.cluster.version }} {{ .Data.K8s.cluster.version }} {{ end }}{{ .namespace }}
{{ .kind }} namespace| Details | State | Id | Container | App | Ports | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ template "drilldown_icon" }} | {{ template "container_state" . }} | {{ trunc 12 .id }} | {{ .name }} | {{ if .app_path }} {{ .app_path }}{{ if and .env (ne .env "prod") }} {{ .env }} {{ end }} {{ else }} - {{ end }} |
{{ if ne .runtime "kubernetes" }}
{{ if eq .state "running" }}
{{ else }}
{{ end }}
{{ end }}
|
No containers match "{{ .Data.Query }}"
{{ else }} {{ if eq .Data.Filter "agent" }}No agent containers are running
Agent containers start with a builder session and stop when it is idle or stopped
{{ else if eq .Data.Filter "kaniko" }}No image builds are running
Kaniko pods run while a container app's image is being built and are cleaned up after
{{ else }}No containers are being managed
Apps with a container spec start containers when they serve requests
{{ end }} {{ end }}