Y
Hacker News
new
|
ask
|
show
|
jobs
by
dpflan
844 days ago
HPAs and VPAs are useful k8s concepts for your auto-scaling needs.
1 comments
t3rabytes
844 days ago
HPA is useful until your maxReplicas count is set too low and you're already tapped out.
link
cogman10
844 days ago
Sort of a learning thing though right? Like, if you find maxReplicas is too low you move that number up until it isn't right?
This is different from waking people up at 4am frequently to bump up the number of replicas.
link
dpflan
844 days ago
You can edit your HPA live, in maybe as many commands or keystrokes as manually scaling…until you commit the change to your repo of configs.
link