KubeBolt / docs
GitHub

Overview

KubeBolt is an open-source Kubernetes monitoring and management platform. Full cluster visibility in under 2 minutes — start with just a kubeconfig, add the optional agent when you want history, network flows, and cost.

What is KubeBolt?

KubeBolt gives you a visual, intuitive dashboard with actionable insights and an AI copilot for your Kubernetes clusters. It’s designed for development teams and small-to-medium engineering organizations that deploy on Kubernetes but don’t have dedicated SRE teams.

Core philosophy: Connect. See. Fix. — Start with only a kubeconfig: no YAML to write, no CRDs to install. Add the lightweight agent when you want historical metrics, network flows, and cost — it connects outbound and installs with one helm command.

What you get

KubeBolt Cloud

Prefer not to self-host? KubeBolt Cloud is the managed offering at app.kubebolt.io — Free plan open today, with Autopilot (autonomous incident response) in beta. The open-source core stays Apache 2.0, always.

Performance

MetricValue
Backend memory usage~19 MB
Frontend bundle (gzipped)~148 KB
API response time<5ms (from informer cache)
Startup time<3s

Measured on the kubeconfig-only setup; the optional agent and embedded metrics store add footprint proportional to what you enable.

Compatibility

ProviderMetrics ServerNotes
Amazon EKSPre-installedMount ~/.aws for credentials; managed Prometheus (AMP) supported
Google GKEPre-installedWorks out of the box; managed Prometheus (GMP) supported
Azure AKSPre-installedWorks out of the box; Azure Monitor managed Prometheus supported
k3s / k0sPre-installedWorks out of the box
Docker DesktopManual installUse docker-kubeconfig.sh helper
MinikubeAddonminikube addons enable metrics-server