Browsing Tag
kubernetes
132 posts
Linux Memory Explained: Swap, Kernel Slab, and skbuff — What Kubernetes Doesn’t Show You
Your kubectl top says the node has plenty of free memory. The node crashes anyway. Here’s what’s hiding…
Sentinel Diary #3: From Information to Action — When the Dashboard Learned to Think
Sentinel Diary #3: From Information to Action — When the Dashboard Learned to Think A vibe coding journey:…
Kiro CLI + ArgoCD MCP: Manage GitOps from Your Terminal
Managing ArgoCD applications typically means writing Application YAML, configuring sync policies, and switching between the CLI and UI.…
Evidra – Fail closed kill-switch for AI agents running kubectl/terraform
Hi guys, I recently asked an AI agent to delete an unused folder. It used a broad pattern…
Beyond API Calls: How I Built an Agentic AI Orchestrator with Gemma, Gemini, and GKE
By Geeta Kakrani, Google Developer Expert (AI) | AI Consultant In my two decades of experience in software…
API Gateway vs Gateway API
Gateway API is an official Kubernetes project focused on L4 and L7 routing in Kubernetes. It replaces the…
Kubernetes Is Overkill for 99% of Apps (We Run 500k Logs/Day on Docker Compose)
Everyone says you need Kubernetes for production. They’re wrong. We run Logtide, a full observability platform with log…
k8s debug pod
At various points in an Amazon EKS cluster’s lifecycle, direct access to a worker node may be required.…
Why Service Mesh Never Took Off (Despite Being Incredibly Powerful)
Why Service Mesh Never Took Off (Despite Being Incredibly Powerful) The Promise Was Real Years ago, when AWS…
Readiness probe
Readiness probe ** — это **проверка “готово ли приложение принимать трафик”. Проще говоря: “Ты уже готов работать с…