Back to articles
I Got Tired of Googling kubectl Commands at 2 AM. So I Built a Local AI Agent That Does DevOps Safely. { pip install orbit-cli }
How-ToDevOps

I Got Tired of Googling kubectl Commands at 2 AM. So I Built a Local AI Agent That Does DevOps Safely. { pip install orbit-cli }

via Dev.toAbhi

The Problem Nobody Talks About I deployed a couple of applications recently. Simple stuff — containerize, push to a registry, get it running on Kubernetes. Should take an afternoon, right? It took me three days. I'm still learning Docker and Kubernetes. Every step was a Google search. "How to write a multi-stage Dockerfile." "Why is my pod in CrashLoopBackOff." "What's the difference between kubectl apply and kubectl create." I'd find a Stack Overflow answer, copy the command, run it, get a different error, go back to Google. And every time I needed to demo a quick POC to my team, the same cycle repeated. It was painful. So I had an idea — what if I built a tool that already knows all of this? Something that can take a goal like "deploy this app to Kubernetes" and actually figure out the steps, run them safely, and fix things when they break? Three weeks later, after every night and every weekend alongside my day job, that tool exists. It's called Orbit . The Conversation That Started

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles