Category: Kubernetes, github, yaml

by Recently, I've been having a look around at autoscaling options for applications deployed onto Kubernetes.

It does this by using the Horizontal Pod Autoscaler (HPA) in Kubernetes.

Now we’re ready to deploy the app, deploy KEDA, and configure it to auto-scale the app.

To deploy KEDA, you can follow the latest instructions on the KEDA web site, and I installed it using the Helm option: 2.

Related Articles