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

How to deploy the opensearch cluster with static ip's in ROBIN deployment(ipv6 ip address) #485

Open ganilmca opened 11 months ago

ganilmca commented 11 months ago

Hi Team,

How to deploy the cluster with static ip's in ROBIN deployment. We have used like below, but we couldn't,

image

This is our production cluster, please help me ASAP in that.

If any one got deploy the cluster the please share us required steps to follow.

Thanks, Anil

peterzhuamazon commented 11 months ago

[Triage] @prudhvigodithi on more information on this.

peterzhuamazon commented 11 months ago

Hi @ganilmca you can also join our public slack channel to ask questions: https://opensearch.org/slack.html

Thanks.

prudhvigodithi commented 11 months ago

I assume this can be done natively with kubernetes, helm is just to install the OpenSearch application on the created kubernetes cluster. Hope this https://kubernetes.io/docs/reference/networking/virtual-ips/ helps. Thank you