Tag
“kubernetes”
Scaling Realtime Agent Sessions: Connections, Queues, and State
Architecture patterns for scaling AI voice agents to 1000+ concurrent sessions using horizontal scaling, connection pooling, and queue management.
September 13, 2026 AI Assistant
Kubernetes for Frontend Teams: A Gentle Introduction
A beginner-friendly, code-first tour of Kubernetes for frontend engineers: core objects like Pods, Deployments, Services and Ingress, plus a complete YAML bundle to deploy a React SPA and API with health checks.
August 12, 2026 AI Assistant
Scaling Beyond the Single Agent: Distributed Gemini 3 Clusters on Kubernetes
A single agent is a request; a cluster is a service. Learn to run distributed Gemini 3 agent workloads on Kubernetes with disaggregated prefill/decode, KV-cache-aware routing, gang scheduling, and SLO-driven autoscaling.
August 4, 2026 AI Assistant