Full visibility in under 2 minutes. No agents, no Prometheus, no databases. Connect your kubeconfig and start operating with confidence.
Connect your kubeconfig. See everything. Get actionable insights. No expertise required.
No CRDs, no YAML manifests, no sidecars. Works with EKS, GKE, AKS, k3s, Docker Desktop out of the box.
All kubeconfig contexts discovered automatically. Switch between dev, staging, and production in one click.
Interactive visualization with Grid and Flow layouts. Trace the path from Ingress to Pod. Namespace grouping and filtering.
12 rules detect crash loops, OOM kills, CPU throttling, HPA saturation. Actionable recommendations, not raw metrics.
Built-in login with Admin, Editor, and Viewer roles. User management UI. No OAuth setup required. JWT sessions with httpOnly cookies.
Auto-detects permissions via SelfSubjectAccessReview. Adapts to cluster-admin, read-only, or namespace-scoped ServiceAccounts.
WebSocket-powered via Kubernetes shared informers. Pod changes, scaling events, and new insights the moment they happen.
Pod terminal, file browser, port-forward, restart, scale, YAML edit, describe, delete — all from the browser.
Built-in authentication with three roles. Default admin user created on first boot. Add users from the UI.
From a single command to full Kubernetes-native deployment.
Production deployment. Configurable RBAC, Ingress, auth, resources. OCI chart on GHCR.
helm install kubebolt \ oci://ghcr.io/clm-cloud-solutions/kubebolt/helm/kubebolt kubectl port-forward svc/kubebolt 3000:80 # With custom admin password helm install kubebolt \ oci://ghcr.io/clm-cloud-solutions/kubebolt/helm/kubebolt \ --set auth.adminPassword=YourSecurePassword
Single container with embedded frontend, or full stack with Docker Compose. Multi-arch (amd64/arm64).
# Single container (recommended) docker run -p 3000:3000 -v ~/.kube:/root/.kube:ro \ ghcr.io/clm-cloud-solutions/kubebolt:latest # Or full stack with Docker Compose cd deploy && docker compose up -d
Download and run. API server and web UI in a single executable. Embedded frontend, one port. Auto-loads .env for configuration.
# macOS Apple Silicon curl -LO https://github.com/clm-cloud-solutions/kubebolt/releases/latest/download/kubebolt-darwin-arm64 chmod +x kubebolt-darwin-arm64 && mv kubebolt-darwin-arm64 /usr/local/bin/kubebolt # Run kubebolt --kubeconfig ~/.kube/config
Install and update via Homebrew. Automatic version management.
brew install clm-cloud-solutions/tap/kubebolt
kubebolt --kubeconfig ~/.kube/configDeclarative management via CRD. Handles upgrades, config, and self-healing.
kubectl apply -f https://get.kubebolt.dev/operator.yaml kubectl apply -f kubebolt-instance.yaml
Coming soon — Phase 1.9
Run KubeBolt as a kubectl subcommand. Uses the current kubectl context.
kubectl krew index add clm \
https://github.com/clm-cloud-solutions/krew-index.git
kubectl krew install clm/kubebolt
kubectl kubeboltNeed help? Check the full documentation.
Continuous evaluation against proven heuristics. Actionable recommendations, not PromQL.
Press Cmd+J and ask anything. 17 native tools query your live cluster data. Contextual "Ask Copilot" buttons on insights, resources and events. Auto-compact keeps long sessions usable. Multi-provider, BYO key, RBAC-aware.
production/api-gateway:/health after restart.DB_POOL_SIZE from 10 → 50.Every chat session persists locally. Track tokens, cache hit rate and estimated USD by provider/model. 30-day retention in BoltDB. Zero telemetry, zero SaaS — the data stays with you.
Sessions, tokens billed, cache hit rate, avg duration, compact events — drill down per session.
Built-in pricing table for Anthropic and OpenAI. Approximate since BYOK, accurate enough to spot runaway spend.
Calls, tokens, error rates per tool. Catch tools that return too much or fail too often.
Manual "new session with summary" one click away, plus automatic compaction at 80% of the context budget.
Slack, Discord and email channels for insight alerts. Global master toggle for maintenance windows, base URL for deep links back to KubeBolt, resolved-insight alerts, and email digest modes (instant / hourly / daily).
Full Kubernetes visibility in under 2 minutes. Open source, MIT licensed.