If there are 5 replicas for the deployment in Kube...
# general
s
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
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
Instead of kubegreen why not use HPAs with minimum replicas of 2 and an appropriate metric to scale from?