Quick Start
From zero to AI-powered Kubernetes diagnostics in under 5 minutes.
Prerequisites
Installation
Choose the method that fits your workflow. Helm is recommended for production use.
helm repo add ki-ops https://charts.ki-ops.io
helm repo update
helm install ki-ops ki-ops/ki-ops \
--namespace ki-ops --create-namespace \
--set apiKey.claude=YOUR_CLAUDE_API_KEY \
--set kubeconfig.path=/path/to/kubeconfigdocker run -d \
--name ki-ops \
-e CLAUDE_API_KEY=YOUR_CLAUDE_API_KEY \
-v ~/.kube/config:/app/kubeconfig:ro \
-p 3000:3000 \
ghcr.io/ki-ops/ki-ops:latestgit clone https://github.com/ki-ops/ki-ops.git
cd ki-ops
cp .env.example .env # Add your Claude API key
docker-compose up -dRun Your First Analysis
Point KI-Ops at a namespace and let the LLM do the work. The full cluster scan typically completes in under 30 seconds.
▸ Scanning namespace “production” — 24 pods, 8 deployments, 3 services
▸ kubectl get events · describe pods · top nodes
▸ Querying Loki logs (last 30 min)
⚠ pod/api-gateway-7d9f8b-xk2p CrashLoopBackOff (OOMKilled ×3)
⚠ pod/worker-job-5c6d9f-wq1r Pending — Insufficient memory on node pool
✓ All other pods healthy
LLM RECOMMENDATION
★ api-gateway: increase memory limit 256Mi → 512Mi
set HPA minReplicas 1 → 2 to prevent single-pod OOM cascades
★ worker-job: node pool autoscaler threshold too conservative (80%);
lower to 60% or add “memory-optimized” node class
PRO — run ki-ops fix --auto-pr to open a validated pull request with these changes applied automatically.
Activate Pro
OptionalThe Community tier gives you the full diagnostic stack at no cost. When you are ready for auto-fix pull requests and Git integration, enter your license key to unlock Pro features.
# Enter your license key (from /#pricing) to unlock Pro features
ki-ops license activate YOUR_LICENSE_KEY
# Verify Pro features are active
ki-ops license statusNo license key yet? Get Pro for 250€/year →
Next Steps
Explore what KI-Ops can do for your team.
Ready to try KI-Ops?
Start with the free Community tier \u2014 full diagnostics, zero cost.
Get Started Free