Kubernetes
Pod, node, service, and namespace views for Kubernetes clusters.
The Kubernetes section appears when you have at least one Kubernetes agent connected. It provides views of your cluster's workloads and infrastructure at the Kubernetes abstraction level (pods, nodes, services) rather than the Docker container level.
Namespace filter
A namespace dropdown appears in the top bar when you're in the Kubernetes section. It lists all namespaces discovered by the selected agent. Select a specific namespace or choose All namespaces for a cluster-wide view.
Pods
The Pods tab shows all pods in the selected namespace(s):
| Column | Description |
|---|---|
| Name | Pod name |
| Namespace | Kubernetes namespace |
| Status | Running, Pending, CrashLoopBackOff, Completed, Failed, Terminating |
| Ready | n/n containers ready |
| Restarts | Total restart count across all containers |
| Node | Node the pod is scheduled on |
| Age | Time since pod was created |
Click a pod to see:
- Container list within the pod
- Live logs (per container)
- Events (last 20 Kubernetes events for this pod)
- Resource requests and limits
Nodes
The Nodes tab lists all nodes in the cluster:
| Column | Description |
|---|---|
| Name | Node name |
| Status | Ready, NotReady, SchedulingDisabled |
| Roles | control-plane, worker |
| CPU | Allocatable vs. requested |
| Memory | Allocatable vs. requested |
| Pods | Pod count on this node |
| Age | Node age |
Click a node to see all pods running on it and their resource usage.
Services
The Services tab shows Kubernetes services:
| Column | Description |
|---|---|
| Name | Service name |
| Namespace | Namespace |
| Type | ClusterIP, NodePort, LoadBalancer, ExternalName |
| Cluster IP | Internal cluster IP |
| External IP | External IP (for LoadBalancer type) |
| Ports | Port mappings |
| Age | Service age |
Namespaces
The Namespaces tab gives a quick overview of each namespace: pod count, running status, resource quota if configured.
Limitations
The Kubernetes views show the current state as last reported by the agent (refreshed every 15 seconds). They do not show historical snapshots, for historical metrics, use the Containers view and the time range picker.