Tag: maxReplicas
-
Kubernetes – Patch number of replicas for HPA
Patch minimum/maximum number of replicas in HPA can be done easily by using kubectl patch command Patch minReplicas For example, minReplicas to 2 Patch maxReplicas For example, maxReplicas to 4 To work with multiple HPA Again, wrap it in basic for loop