Join Slack
Powered by
If there are 5 replicas for the deployment in Kube...
# general
s
Sanket Arali
04/16/2025, 7:17 AM
If there are 5 replicas for the deployment in Kubernetes and I want to scale them down to 2 replicas using Kubegreen, how can I do it?
j
Jens Kursch
04/16/2025, 8:48 AM
As far as I know, kubegreen only supports sleep and wake. Sleep scaling down to 0 and awake back up to the original:
How it works | kube-green
n
Nick Travis
04/17/2025, 12:18 AM
Instead of kubegreen why not use HPAs with minimum replicas of 2 and an appropriate metric to scale from?
Open in Slack
Previous
Next