A native Kubernetes client.
Built for speed.
Browse every resource, switch clusters, edit YAML inline — every action one keystroke away. 12 MB. No proxy. No telemetry. No dashboard.
12 MB· macOS 11+, Win 10+, Linux x64· Apple silicon & Intel· Free
KEYBOARD
The whole app is one keystroke away.
- Pods workloads / pods g p
- Deployments workloads / deployments g d
- Switch cluster action ⌃ X
- Edit YAML action · current resource E
- Logs action · current pod L
Every resource type, every cluster, every action is one fuzzy match away. The mouse is for the table; the keyboard is for the journey.
CLUSTERS
Every cluster, every state, on one screen.
Kubly probes every kubeconfig context in the background and shows you what is actually happening. No tab juggling, no kubectx dance, no stale cache. Click a cluster, you are there.
- live health probes per context
- no telemetry, no auth proxy
- offline against last cached state
YAML
Edit live. See the diff before you save.
Inline editing with full schema awareness. Kubly highlights what changed against the live cluster state so you ship the change you meant to ship.
01 apiVersion: apps/v102 kind: Deployment03 metadata:04 name: api-server05 namespace: prod06 spec:07 - replicas: 308 + replicas: 609 template:10 spec:11 containers:12 - name: api13 - image: api:1.4.214 + image: api:1.4.315 resources:16 limits:17 cpu: 500m
COVERAGE
Thirty-plus resource types, native to the workflow.
WORKLOADS
- Pods
- Deployments
- ReplicaSets
- StatefulSets
- DaemonSets
- Jobs
- CronJobs
NETWORK
- Services
- Endpoints
- Ingresses
- NetworkPolicies
- EndpointSlices
CONFIG
- ConfigMaps
- Secrets
- ResourceQuotas
- LimitRanges
- PriorityClasses
STORAGE
- PersistentVolumes
- PersistentVolumeClaims
- StorageClasses
- VolumeSnapshots
ACCESS
- ServiceAccounts
- Roles
- RoleBindings
- ClusterRoles
- ClusterRoleBindings
CLUSTER
- Nodes
- Namespaces
- Events
- CustomResourceDefinitions
+ Custom resources via CRD discovery. Bring your own operators, kubly will pick them up.
SPECIFICATIONS
- engine
- Rust + Tauri
- renderer
- React, TanStack DB, CodeMirror
- bundle
- ~12 MB compressed
- platform
- macOS 11+, Win 10+, Linux x64 / arm64
- auth
- Local kubeconfig contexts, never leaves your machine
- telemetry
- Off by default. Opt-in, anonymized
- shell
- xterm.js, pod logs and exec
- updates
- Built-in auto-update, signed releases