Skip to content
Home » production Kubernetes deployments

production Kubernetes deployments

Cutting LLM Costs with Semantic Caching: Architecture, Threshold Tuning, and Invalidation in Production

Production LLM usage has a way of quietly turning into a line item that finance starts asking about. One team saw its LLM API bill growing 30% month-over-month, even though traffic wasn’t climbing at the same pace. A closer look… Read More »Cutting LLM Costs with Semantic Caching: Architecture, Threshold Tuning, and Invalidation in Production

Kubernetes Rollout Strategies: Making Readiness Probes Actually Work

Introduction: Why Rollout Strategies and Readiness Probes Matter in Production When I started running real workloads on Kubernetes, I quickly learned that the default settings for deployments, liveness, and readiness probes were not enough for safe production releases. Kubernetes rollout… Read More »Kubernetes Rollout Strategies: Making Readiness Probes Actually Work