Hi everyone,
I’m currently working with a Google Kubernetes Engine (GKE) cluster and I need to configure auto-scaling to handle varying workloads. I want to ensure that the cluster automatically adjusts the number of nodes based on the demand.
Here’s what I’ve done so far:
- I’ve enabled the Kubernetes Cluster Autoscaler in the GKE settings.
- I’ve set up horizontal pod autoscaling for my deployments.
However, I’m unsure if there are additional configurations or best practices I should follow to optimize auto-scaling. Could someone provide guidance or share their experience on how to effectively configure auto-scaling for GKE clusters?