opensearch-project / helm-charts

:wheel_of_dharma: A community repository for Helm Charts of OpenSearch Project.
https://opensearch.org/docs/latest/opensearch/install/helm/
Apache License 2.0
170 stars 228 forks source link

Opensearch cluster pods sizing in kubernates #481

Open ganilmca opened 12 months ago

ganilmca commented 12 months ago

Hi Team,

We want deploy the cluster with 20 pods and each pod contain 16vCPU, 64GB Memory and 11TB disc size.

Can we deploy the cluster like.

Can any one help us to deploy the cluster sizing examples.

Thanks, Anil

peterzhuamazon commented 11 months ago

Hi @ganilmca can you take a look at this? https://github.com/opensearch-project/helm-charts/blob/main/charts/opensearch/values.yaml#L141-L146

cc: @prudhvigodithi Thanks.

prudhvigodithi commented 11 months ago

Hey @ganilmca as long as the base kubernetes cluster has sufficient resources you can scale OpenSearch as per your requirement, the helm charts does not limit this.