Can the Operator deploy and manage multiple OpenSearch clusters? #661
Replies: 2 comments 1 reply
-
Hi @mcaliandro. That is literally the intended usecase for the operator. You deploy it once per kubernetes cluster (for example in some central infrastructure or base namespace) and then use the CRDs to deploy and manage any number of opensearch clusters in all namespaces. There is nothing extra you need to configure for this. Just deploy the operator, then start deploying CRs for opensearch clusters. |
Beta Was this translation helpful? Give feedback.
-
Can it be used only within a single namespace to manage clusters? We've found, sometime the olm model of install helps prevent problems when upgrading a dev os cluster in a dev namespace using a new version of the operator and not break a prod os cluster in a prod namespace with the previous version of the operator, all within the same k8s cluster. |
Beta Was this translation helpful? Give feedback.
-
Hi all!
I would like to use one deployed instance of the Operator in a Kubernetes cluster to spawn multiple OpenSearch clusters in different namespaces.
Before doing it by myself in a testing environment, I would like to know if somebody has already tried and, eventually, succeeded to deploy it.
Maybe, it would be worthy to mention the procedure and related configuration in the docs, by labeling them as experimental.
Thanks.
Matteo
Beta Was this translation helpful? Give feedback.
All reactions