Skip to content

Helm Manifests and Autoscaling

Omar Mokhtar edited this page Jun 15, 2023 · 1 revision

The project consists of 2 main deployments and 2 services.

  • The Database (MySQL)
  • The Application

A Horizontal Pod Autoscalar (HPA) was added to the application to autoscale the replica count depending on the CPU utilization at a threshold of 60%

to run the app enter the following line:

$ helm install goapp ./goapp

You can check the status of all of the components using this command:

$ kubectl get all

kubectl