
What Happened at KubeCon India 2026? A Complete Recap
A complete, simple recap of KubeCon India 2026 in Mumbai. The stat everyone repeated, platform engineering, security, the show floor, community, and the AI SRE
Google's kubectl-ai lets you talk to your Kubernetes cluster in plain English. We tested it on real incident scenarios: here is what works, what breaks, and how it compares to full AI SRE platforms.

Google’s new kubectl‑ai drop is a welcome quality‑of‑life boost for anyone who keeps a terminal tab open at all times. While kubectl-ai handles command translation, the broader AI SRE tool landscape addresses incident detection, investigation, and resolution.
kubectl ai "scale payments-api to 5 replicas if CPU > 80%"
You type an intent in plain English, the tool drafts the command sequence, pauses for confirmation, and only then touches the cluster.
No more flipping between Slack snippets and man pages.
| Pain point | What kubectl‑ai changes |
|---|---|
| Late‑night shell gymnastics | One conversational prompt |
| Slow onboarding for junior engineers | The CLI shows the right syntax as it runs |
| Fear of fat‑fingered commands | Built‑in approve / deny gate |
| Model lock‑in | Works with any OpenAI‑compatible endpoint (Gemini, Ollama, Grok, etc.) |
brew tap google-cloud-cli/kubectl-ai
brew install kubectl-ai
kubectl‑ai shines at the last mile: translating intent into the right command line.
It doesn’t try to decide when to act; that still rests on alerts and whoever is carrying the pager. The evolution from kubectl-ai to full incident RCA automation represents the next frontier in AI-powered operations.
Sherlocks.ai tackles the upstream part of the story:
If kubectl‑ai gives a taste of natural‑language ops, Sherlocks aims to extend that comfort to the entire incident lifecycle.
kubectl ai "cordon node ip-10-0-4-11"
Questions or thoughts? Drop a note. We're always keen to hear how teams are trimming minutes (or hours) off response times.
Stay stable, ship faster. 🚀