Quick Start
First 5 minutes
Section titled “First 5 minutes”-
Install and launch
Terminal window brew install kubeglass/tap/kubeglasskubeglassKubeGlass reads
~/.kube/configand connects to your current context. Open http://localhost:8090. -
See your cluster health
The dashboard shows live cluster state immediately — no setup wizard, no account creation. The activation checklist guides you to things worth checking.
-
Inspect a workload
Click any workload → see overview, events, YAML, logs, and metrics in one place. If something is failing, a triage strip shows the fastest investigation path.
-
Open the command palette (⌘K)
Search resources, pages, workflows, and commands. Type
:podsfor k9s-style navigation. Try “failing pods” or “recent events” for instant triage. -
Open a terminal (⌘`)
Split panes, broadcast mode, session recording. Exec into pods directly or use local kubectl/helm. Sessions survive context switches.
-
Try a workflow
Run an incident triage, change verification, or security investigation from the command palette or dashboard. These multi-step workflows guide you from detection to resolution.
Switch clusters
Section titled “Switch clusters”KubeGlass reads every context from your kubeconfig. Switch contexts from the top bar pill or use @context-name in the command palette. Terminal sessions are per-cluster and survive switching.
Try without a cluster
Section titled “Try without a cluster”Demo mode shows the full UI with realistic sample data:
kubeglass --demoOr try the online demo — no installation required. The dashboard will guide you through what the product can do.
What to explore next
Section titled “What to explore next”| Feature | How to find it |
|---|---|
| Multi-cluster overview | Sidebar → Extend → Multi-Cluster |
| Access control audit | Sidebar → Govern → Access Control |
| Helm releases | Sidebar → Extend → Helm |
| Health scan | Sidebar → Observe → Health Scan |
| Drift detection | Sidebar → Govern → Drift Detection |
| Terminal | Press ⌘` or click a pod → Exec |
| Cost analysis | Sidebar → Govern → Cost |
| GitOps | Sidebar → Extend → GitOps |
| Troubleshooting flow | Sidebar → Diagnostics → Troubleshoot |
| App lifecycle | Sidebar → Diagnostics → App Lifecycle |
| AI debugging (MCP) | Create .vscode/mcp.json - Guide |