AWS Autoscaler Addon

Introduction

The Platform9 managed AWS Autoscaler addon object's primary function is to ensure the resources of the Kubernetes cluster are never exhausted. More specific information about Kubernetes Autoscaler can be found in its specific GitHub pages.

Description

The AWS autoscaler addon continually verifies the number of needed pods that are pending allocation. If there are pods that are pending allocation and the autoscaler addon is not at its defined capacity, new nodes are then provisioned to accommodate the demand. When demand drops and fewer nodes are needed, the autoscaler removes the unused nodes. After we install the autoscaler addon, its behavior is automatic, so users only need to define the number of replicas to be deployed.

Settings

The AWS Autoscaler settings are defined by information stored in a ConfigMap. When the addon is initially configured, user settings are provided by the client to support, who then implements the changes.

YAML Specifications

The optional resizer Addon was recently introduced in this version. If the enableAddonResizer field is not explicitly enabled, it will fall back to a single autoscaler container. The addon resizer has 6 configuration parameters, which will default to the values noted below if they are not provided.

YAML
Copy

It should be noted that these addons are updated along with the pf9-kube version and can be referenced in the Support Matrix article.

Conclusion

Should you encounter any difficulties adopting or deploying the information noted above, our talented and responsive support team is available 24/7/365 to provide any additional assistance needed.

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated