Skip to main content
This document explains how to configure horizontal auto-scaling (horizontal auto-scaling) operations for pods. This horizontal scaling feature optimizes resource usage by automatically increasing and decreasing pod count according to application demands. To use the scaling feature in your Kubernetes cluster, a metric-server must be installed. If it is not present, you can click here for installation.

Configuration

Create yaml file:
Edit NAMESPACE and DEPLOYMENT_NAME fields in yaml according to your application.
Apply yaml file:

Configuration Parameters

To disable scaleDown feature, change it to “selectPolicy: Disabled”.