Skip to content

Create VPAs

The container Vertical Pod Autoscaler (VPA) calculates the most suitable CPU and memory request values ​​for the Pod by monitoring the Pod's resource application and usage over a period of time. Using VPA can allocate resources to each Pod in the cluster more reasonably, improve the overall resource utilization of the cluster, and avoid waste of cluster resources.

DCE 5.0 supports VPA through containers. Based on this function, the Pod request value can be dynamically adjusted according to the usage of container resources. DCE 5.0 supports manual and automatic modification of resource request values, and you can configure them according to actual needs.

This page describes how to configure VPA for deployment.

Warning

Using VPA to modify a Pod resource request will trigger a Pod restart. Due to the limitations of Kubernetes itself, Pods may be scheduled to other nodes after restarting.

Prerequisites

Before configuring a vertical scaling policy for deployment, the following prerequisites must be met:

Steps

Refer to the following steps to configure the built-in index auto scaling policy for the deployment.

  1. Find the current cluster in Clusters , and click the name of the target cluster.

    Clusters

  2. Click Deployments in the left navigation bar, find the deployment that needs to create a VPA, and click the name of the deployment.

    Deployments

  3. Click the Auto Scaling tab to view the auto scaling configuration of the current cluster, and confirm that the relevant plug-ins have been installed and are running normally.

    VPA

  4. Click the Create Autoscaler button and configure the VPA vertical scaling policy parameters.

    Create Autoscaler

    • Policy name: Enter the name of the vertical scaling policy. Please note that the name can contain up to 63 characters, and can only contain lowercase letters, numbers, and separators ("-"), and must start and end with lowercase letters or numbers, such as vpa- my-dep.
    • Scaling mode: Run the method of modifying the CPU and memory request values. Currently, vertical scaling supports manual and automatic scaling modes.
      • Manual scaling: After the vertical scaling strategy calculates the recommended resource configuration value, the user needs to manually modify the resource quota of the application.
      • Auto-scaling: The vertical scaling strategy automatically calculates and modifies the resource quota of the application.
    • Target container: Select the container to be scaled vertically.
  5. After completing the parameter configuration, click the OK button to automatically return to the elastic scaling details page. Click on the right side of the list to perform edit and delete operations.

    Successfully Configurate

Comments