Skip to content
Merged
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion deploy-manage/autoscaling/autoscaling-in-eck.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -345,4 +353,4 @@ spec:
target:
type: Utilization
averageUtilization: 50
```
```
Loading