Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

The Vertical Pod Autoscaler (VPA)

Sumit Rawal answered on May 13, 2023 Popularity 2/10 Helpfulness 1/10

Contents


More Related Answers

  • What is Kubernetes Autoscaling?
  • Pod-based scaling
  • What is a horizontal pod autoscaler (HPA)?

  • The Vertical Pod Autoscaler (VPA)

    0

    The Vertical Pod Autoscaler (VPA) is useful when you can’t create more copies of your Pods, but you still need to handle more traffic.

    As an example, you can’t scale a database (easily) only by adding more Pods.

    A database might require sharding or configuring read-only replicas.

    But you can make a database handle more connections by increasing the memory and CPU available to it.

    Lastly, the Cluster Autoscaler (CA).

    When your cluster runs low on resources, the Cluster Autoscaler provision a new compute unit and adds it to the cluster.

    If there are too many empty nodes, the cluster autoscaler will remove them to reduce costs. 

    Popularity 2/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on May 13 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.