Browsing Tag
kubernetes
136 posts
Kubernetes Multi-Tenancy: Namespace Isolation, RBAC, and Network Policies Explained
Kubernetes Multi-Tenancy: Namespace Isolation, RBAC, and Network Policies Explained Most teams running shared Kubernetes clusters believe they have…
Learn Kubernetes the Manga Way
Do you want to learn Kubernetes in a fun way? I wrote a manga (comic book) about Kubernetes…
We ran Qwen3.6-27B on $800 of consumer GPUs, day one: llama.cpp vs vLLM
Originally published at llmkube.com/blog/qwen3-6-27b-bakeoff. Cross-posted here for the dev.to audience. A Kubernetes-native bake-off on 2× RTX 5060 Ti,…
kind: o jeito mais rápido de ter um cluster Kubernetes sem gastar um centavo de cloud
O que é o kind? O kind (Kubernetes IN Docker) é uma ferramenta que permite executar clusters Kubernetes…
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…