Free cookie consent management tool by TermsFeed Vertical Pod Autoscaling (VPA) [Appian on Kubernetes v0.154.1]
Page not found in the selected version; redirected to the home page.
Vertical Pod Autoscaling (VPA)

Vertical Pod Autoscaler (VPA) frees users from the necessity of setting up-to-date resource limits and requests for the containers in their pods. When configured, it will set the requests automatically based on usage and allow proper scheduling onto nodes so that an appropriate resource amount is available for each pod. It will also maintain ratios between limits and requests that were specified in the initial container configuration.

It can both down-scale pods that are over-requesting resources, and also up-scale pods that are under-requesting resources based on their usage over time. This page details how to enable and configure VPA for the Appian operator's controllers.

By default, VPA is disabled for the Appian operator's controllers. To enable it, set the .controllers.vpa.enabled Helm chart value to true:

1
2
3
controllers:
  vpa:
    enabled: true

The configuration of the VPA resource can be tuned using various Helm chart values under .controllers.vpa. For a detailed reference of all configuration options, please refer to the Helm chart values documentation.

Note:  Updating and restarting the Appian operator doesn't affect the Appian instances that are managed by it. Site restarts are not needed to update the Appian operator.

Open in Github Built: Fri, May 10, 2024 (11:27:23 PM)

Vertical Pod Autoscaling (VPA)

FEEDBACK