Kubernetes Admin Tool
Kubernetes Admin Tool focused on "UNDERSTAND & EXPLAIN", not just displaying YAML.
curl -fsSL https://raw.githubusercontent.com/xdev-asia-labs/xKube/main/scripts/install.sh | bash
brew install xdev-asia-labs/tap/xkube
cargo build --release -p xkube-cli
| Command | Description |
|---|---|
xkube status | Cluster overview |
xkube why pod <name> | Explain pod issues |
xkube inspect node <name> | Node details with insights |
xkube insights | All cluster insights |
xkube nodes | List all nodes |
xkube pods | List all pods |
xkube deployments | List all deployments |
| ID | Name | Description |
|---|---|---|
| K001 | OOMKilled | Container terminated due to memory limit |
| K002 | CrashLoopBackOff | Pod restart continuously |
| K003 | ImagePullError | Cannot pull container image |
| K004 | PendingPod | Pod cannot be scheduled |
| K005 | CPUThrottle | CPU limit = request (throttle risk) |
| K006 | MemoryPressure | Node low on memory |
| K007 | DiskPressure | Node low on disk space |
| K008 | NodeNotReady | Node not healthy |
| K009 | MissingProbes | Missing liveness/readiness probe |
| K010 | LatestTag | Using image tag 'latest' |
"What if..." suggestions with confidence scores
Command-line and Desktop app with Tauri + React
Uses existing kubectl/kubeconfig
No need to install anything in cluster
Support for both dark and light themes
macOS, Windows, Linux