All Tags
Tag
#infrastructure
3 pieces of content
experimentNov 2024noteNov 2024articleSep 2024
Kubernetes Pod Template Generator
A tool for generating production-ready Kubernetes pod templates with best practices baked in.
Kubernetes Liveness != Readiness
Why CPU-Based Autoscaling Fails for API Services
CPU utilization is the wrong signal for scaling API services. Here's why request latency-based HPA produces better scaling behavior and how to implement it.