Increasing number of replicas

One of the advantages of kubiya is its capability to extract metrics data from your Kubernetes cluster, provide analysis, and based on the results take the appropriate action. For example, in case memory usage is above some level, we can ask Kubi to perform scaling to the number of pod replicas to distribute the workload across multiple instances.

  1. Getting pods metrics :

  2. Kubi gets the number of replicas for the deployment :

  3. Kubi increased the number of replicas in 1 based on the initial instruction it was given.

Last updated