Cluster Operations
- Scale Replicas: Adjust the replica count of a Deployment, StatefulSet, or ReplicaSet directly from the resource detail or list.
- Rolling Restart: Trigger a rolling restart on a Deployment, StatefulSet, or DaemonSet without downtime.
- Bulk Restart: Select multiple workloads in a list page and trigger a rolling restart across all of them in one action.
- Rollout Management: Pause, resume, and track rollouts.
- Delete Resources: Delete any resource with a confirmation dialog to avoid accidental removal.
- Node Cordon / Uncordon: Mark a node as unschedulable or schedulable again from the node detail view.
- Node Drain: Safely drain a node of its workloads before maintenance, with the same semantics as
kubectl drain. - CronJob Trigger: Manually trigger a CronJob run on demand without waiting for the scheduled time.
- Confirmation for Write Operations: All mutating operations show an explicit confirmation step so changes are never applied accidentally.
- Biometric Confirmation: Optionally require a fingerprint or Face ID confirmation before any write operation is applied to a cluster.