#programming
# [[Epistemic status]]
#shower-thought
# When to use Kubernetes
#to-digest
Never.
Really, only use case I have experienced is if you need real-time latency, no cold start.
But even that, there is plenty of zero scaling services, you can even set minimum instances to avoid cold start (Google Cloud Run).
Maybe pricing could be an argument for Kubernetes, I suppose there is an added cost with the high-level-ness added, it’s like eating raw cocoa fever is supposed to be cheaper than eating chocolate.
# External links