Skip to content

Commit

Permalink
DX-88088: Include Cluster Autoscaler Requirements in Documentation
Browse files Browse the repository at this point in the history
Change-Id: Ic5f835369cbbbade92927991af7b6b6509e431ae
  • Loading branch information
iambrianngo authored and skeswani committed Apr 19, 2024
1 parent f917f00 commit 7996faf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/dremio_v2/docs/setup/Dynamic-Executor-Auto-Scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ to gather metrics from the Kubernetes cluster to determine if the number of Exec

### Required Setup

#### Cluster Node Autoscaling
To maximize this feature, the nodes within the Kubernetes Cluster must be able to auto scale. When using GCP or Azure,
a Cluster Autoscaler is installed by default. Other node auto scaling options include
[Auto Scaling Groups](https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-groups.html),
[Cluster Autoscaler](https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler), or
[Karpenter](https://karpenter.sh/).

#### Create a Namespace for Prometheus
Create a Namespace for monitoring

Expand Down

0 comments on commit 7996faf

Please sign in to comment.