Category

Platform Engineering

10 articles in this category

Building Production AI Workflows: Kubernetes + n8n + Ollama

January 7, 2026 7 min read

The Challenge: Bridging AI Capabilities and Production Reality Organizations adopting large language models face a critical gap: running an LLM locally is straightforward, but orchestrating AI workflows at…

Why every Kubernetes engineer uses k9s ?

December 20, 2025 5 min read

Kubernetes is powerful, but let’s be honest; it’s not always friendly. Between long kubectl commands, YAML sprawl, and context switching between terminals and dashboards, even experienced engineers lose…

What is Agentic AI ?

December 18, 2025 7 min read

What is Agentic AI? (The Simple Explanation) Imagine having a digital assistant that doesn’t just answer questions but actually gets things done—booking flights, analyzing data, debugging code, or…

How to use Kubectl : Transform Your Workflow

December 4, 2025 9 min read

Remember that moment when you realized you’ve been doing something the hard way for months? That was me, six months ago, staring at my terminal after typing kubectl…