Operations
The Operations section provides visibility into running workloads, deployments, and incidents across your Kubernetes clusters.
Workloads
Section titled “Workloads”View all Kubernetes workloads discovered by K8s agents:
- Deployments: Application replicas, rollout status
- StatefulSets: Stateful applications
- DaemonSets: Node-level services
- CronJobs: Scheduled tasks
- Jobs: Batch processing
Workload Details
Section titled “Workload Details”Each workload shows:
| Field | Description |
|---|---|
| Name | Workload name |
| Namespace | Kubernetes namespace |
| Cluster | Source cluster |
| Type | Deployment, StatefulSet, etc. |
| Replicas | Desired vs ready replicas |
| Pod Status | Running, pending, failed pods |
| Last Updated | When the workload was last modified |
Pod Health
Section titled “Pod Health”For each workload, drill into pod-level details:
- Container status (running, waiting, terminated)
- Restart counts
- Resource usage (CPU, memory)
- Recent events
GitOps
Section titled “GitOps”See GitOps Integration for ArgoCD and FluxCD visibility.
The operations dashboard shows:
- Sync status across all GitOps resources
- Out-of-sync deployments requiring attention
- Drift detection for FluxCD resources
- Ability to trigger sync/refresh from the UI
Entity Operations Tab
Section titled “Entity Operations Tab”Each entity’s detail page includes an Operations tab showing:
- Kubernetes workloads linked to this entity
- Pod status and health
- GitOps sync status (if applicable)
- Recent events from Kubernetes
Filtering
Section titled “Filtering”Filter operations by:
- Cluster name
- Namespace
- Workload type
- Health status (healthy, degraded, unknown)
- Team ownership