I am supposed to deploy an Opensearch cluster with Helm in Kubernetes. The Kubernetes cluster consists of 3 machines. A control node and 2 minions. The two minions have 48 cores, 384 GB of RAM and 20 TB of local SSD storage. It is desired that Opensearch has 2 replicas. A data pod runs on each of the minions and stores the data on the local SSD storage. But so far I haven’t been able to configure the storage in such a way that it works. If I use a NFS provisioner then everything works. But when configuring local volumes I only ever get one POD running on one minion. Can someone help me to implement the above configuration? Or does the concept generally not make sense to implement?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Open Search Data Insert issue | 4 | 414 | July 6, 2023 | |
Opensearch Helm Installation Issue | 1 | 554 | February 7, 2023 | |
How to deploy the opensearch cluster with different roles individually like master, data & client pods in kubernates | 0 | 180 | February 27, 2024 | |
Helm Chart / Kubernetes | 4 | 1008 | August 21, 2021 | |
OpenSearch on Kubernetes | 7 | 3179 | May 4, 2022 |