Skip to content

Operations

The Operations section provides visibility into running workloads, deployments, and incidents across your Kubernetes clusters.

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

Each workload shows:

FieldDescription
NameWorkload name
NamespaceKubernetes namespace
ClusterSource cluster
TypeDeployment, StatefulSet, etc.
ReplicasDesired vs ready replicas
Pod StatusRunning, pending, failed pods
Last UpdatedWhen the workload was last modified

For each workload, drill into pod-level details:

  • Container status (running, waiting, terminated)
  • Restart counts
  • Resource usage (CPU, memory)
  • Recent events

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

Each entity’s detail page includes an Operations tab showing:

  1. Kubernetes workloads linked to this entity
  2. Pod status and health
  3. GitOps sync status (if applicable)
  4. Recent events from Kubernetes

Filter operations by:

  • Cluster name
  • Namespace
  • Workload type
  • Health status (healthy, degraded, unknown)
  • Team ownership