Open Source · Built for SRE Teams

Kubernetes Ops,
Powered by AI

A single dashboard for cluster events, pod diagnostics, service topology, and AI-driven root-cause analysis. Resolve incidents faster—without jumping between tools.

Single binary. No external dependencies. Connects to any kubeconfig. Works with Ollama, Llama, Mistral, and more.

⚙️

Unified Dashboard

Events, health, and diagnostics consolidated in a single view

🧠

AI Root-Cause Analysis

Automated triage with remediation suggestions from local LLMs

🔌

Service Topology

Visual map from Ingress to Service to Workload to Pod

☁️

Multi-Cluster Ready

Switch between kubeconfigs and contexts from the UI

Everything Your Team Needs

A practical incident workflow that blends observability with AI-powered recommendations.

📈

Cluster Events Hub

Filter and search Kubernetes events in real time, correlate with failing pods, and surface warning patterns before they escalate.

💻

Node & Resource Health

Detect CPU pressure, memory hotspots, and capacity bottlenecks early with at-a-glance resource visibility across all nodes.

🔎

Pod Deep Inspection

Status, conditions, events, restart history, and live logs in one drill-down panel. No more switching between kubectl commands.

AI-Powered Guidance

Get probable root causes and safer remediation strategies generated by your local LLM. No data leaves your infrastructure.

🔒

Security-First Design

Optional auth, read-only defaults, mutation controls, and CORS policies. Safe for production from day one.

🚀

MCP Agent Protocol

Built-in MCP server for multi-cluster agent orchestration, remote AI coordination, and programmatic access.

Resolve Incidents in Four Steps

A clear workflow that reduces mean-time-to-resolution.

Spot Issues

Open Cluster Events to identify warnings, resource pressure, and failing pods at a glance.

Inspect

Drill into a problematic pod to view logs, event history, container state, and restart reasons.

Analyze

Run AI Analyze to get a probable root cause and step-by-step remediation strategy.

Validate

Check impact via the service topology map and cluster health overview before taking action.

See It in Action

The KubePilot dashboard gives you everything in one place.

KubePilot dashboard overview showing cluster KPIs, node readiness, and deployment health
Overview — cluster KPIs, node readiness, deployment health, and quick navigation tabs.
Cluster events and AI troubleshooting panel
Cluster Events — health summary, node pressure, problematic pods, and one-click AI analysis.

Up and Running in Minutes

Choose the installation method that fits your workflow.

git clone https://github.com/bwalia/kubepilot.git
cd kubepilot
make dashboard-install && make dashboard && make build
KUBEPILOT_KUBECONFIG="$HOME/.kube/config" ./dist/kubepilot serve --dashboard-port=8383
helm upgrade --install kubepilot charts/kubepilot \
  -n kubepilot --create-namespace

# Access via port-forward
kubectl port-forward svc/kubepilot -n kubepilot 8080:8080
docker run --rm -p 8383:8383 -p 9090:9090 \
  -v "$HOME/.kube:/root/.kube:ro" \
  ghcr.io/kubepilot/kubepilot:latest \
  serve --dashboard-port=8383

Ready to Simplify Kubernetes Ops?

KubePilot is free, open source, and built for teams that want faster incident resolution without vendor lock-in.