Drive your Deployments from the desktop
Scale, restart and edit a Deployment with a click, and watch the rollout happen live. Kubius shows replica and pod status, update strategy, and a YAML diff so you see what changes before it does.
Works with Google GKE, Amazon EKS, Azure AKS, DigitalOcean, self-managed & more · macOS Sonoma (14) or later
Everything a Deployment needs
Scale in a click
Set the replica count with a stepper - with a warning when you scale to zero or past an HPA that will override you.
Rollout restart
Trigger a rolling restart (the restartedAt annotation) to cycle pods without editing the spec.
Watch the rollout live
Updated, ready and available replicas update in real time, so you see the rollout progress and catch a stall.
Edit resources & diff
Adjust container requests and limits, or view the live YAML with a colour diff against last-applied before applying.
Down to the pods
See the ReplicaSets and pods the Deployment owns, and jump into any pod's logs, events or a shell.
Rollout vs scaling, distinguished
Kubius tells a real rollout (mixed template versions) from a simple scale-up, so status reads honestly.
Why Kubius for Deployments
Read and drive Deployments visually
The common actions, without the kubectl flags.
- Scale with scale-to-zero and HPA warnings
- Rollout restart in one click
- Live updated / ready / available replica counts
- Edit container requests & limits, apply with a diff
- Straight to the owned ReplicaSets, pods, logs and shell
- 14-day free trial, no card required
Simple, one-time pricing
Pay once. No subscription.
One-time licence from €49 - no subscription. 14-day free trial, no card required.
Free 14-day trial · macOS Sonoma (14) or later · No agents, nothing to install in-cluster
Questions, answered
Can I scale and restart Deployments from Kubius?
Yes - scale with a stepper (with scale-to-zero and HPA warnings) and trigger a rolling restart in a click. Both go straight to the API.
Can I watch a rollout happen?
Yes. Updated, ready and available replica counts update live, so you can see a rollout progress and spot one that's stalled.
Can I change resource requests and limits?
Yes - edit per-container CPU and memory requests/limits and apply, viewing a colour diff against the last-applied config first.
Do I need kubectl?
No - Kubius performs these actions directly through the Kubernetes API using your kubeconfig.