diff --git a/deploy-manage/autoscaling/autoscaling-in-eck.md b/deploy-manage/autoscaling/autoscaling-in-eck.md index 2f4fa862fb..e9bdefce9e 100644 --- a/deploy-manage/autoscaling/autoscaling-in-eck.md +++ b/deploy-manage/autoscaling/autoscaling-in-eck.md @@ -20,6 +20,14 @@ Configure autoscaling for {{es}} deployments in {{eck}}. Learn how to enable aut ECK can leverage the [autoscaling API](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-autoscaling) introduced in {{es}} 7.11 to adjust automatically the number of Pods and the allocated resources in a tier. Currently, autoscaling is supported for {{es}} [data tiers](/manage-data/lifecycle/data-tiers.md) and machine learning nodes. +### Supported Resources for Autoscaling per Elasticsearch Tier + +| Tiers | Storage | Memory | CPU | +| --- | ---| --- | --- | +| Data Nodes (except Frozen) | Yes | Calculated proportionally to the required amount of storage | Calculated proportionally to the required amount of memory +| Frozen Nodes | Yes | Yes | Calculated proportionally to the required amount of memory +| Machine Learning | No | Yes | Calculated proportionally to the required amount of memory + ### Enable autoscaling [k8s-enable] @@ -345,4 +353,4 @@ spec: target: type: Utilization averageUtilization: 50 -``` \ No newline at end of file +```