Skip to content

Workloads

Vapor provides a visual interface for managing the various computing workloads running within your Kubernetes cluster.

Navigate to Kubernetes > Workloads to access these resources. You can filter resources by Namespace using the dropdown at the top of the page.

Pods

View all running Pods across your cluster.

  • Logs: Instantly stream logs from any container within a Pod.
  • Exec: Open an interactive Web Terminal session directly into a running Pod container for debugging.
  • Metrics: View real-time CPU and Memory consumption if a Metrics Server is installed in the cluster.

Deployments & StatefulSets

Manage your scaled applications.

  • Rollouts: Trigger rolling restarts or undo previous rollouts directly from the UI.
  • Scaling: Adjust the replica count for Deployments or StatefulSets.
  • Image Updates: Quickly update the container image tag used by a deployment without writing YAML.

DaemonSets, Jobs, & CronJobs

  • DaemonSets: Ensure that specific pods are running on all (or selected) nodes.
  • Jobs / CronJobs: Monitor the execution status and logs of batch processing tasks or scheduled cron jobs.