github.com/verrazzano/verrazzano@v1.7.0/platform-operator/thirdparty/charts/opensearch-operator/README.md (about)

     1  # OpenSearch-k8s-operator
     2  
     3  The Kubernetes [OpenSearch Operator](https://github.com/Opster/opensearch-k8s-operator) is used for automating the deployment, provisioning, management, and orchestration of OpenSearch clusters and OpenSearch dashboards.
     4  
     5  ## Getting started
     6  
     7  The Operator can be easily installed using helm on any CNCF-certified Kubernetes cluster. Please refer to the [User Guide](https://github.com/Opster/opensearch-k8s-operator/blob/main/docs/userguide/main.md) for more information.
     8  
     9  ### Installation Using Helm
    10  
    11  #### Get Repo Info
    12  ```
    13  helm repo add opensearch-operator https://opster.github.io/opensearch-k8s-operator/
    14  helm repo update
    15  ```
    16  #### Install Chart
    17  ```
    18  helm install [RELEASE_NAME] opensearch-operator/opensearch-operator
    19  ```
    20  #### Uninstall Chart
    21  ```
    22  helm uninstall [RELEASE_NAME]
    23  ```
    24  #### Upgrade Chart
    25  ```
    26  helm repo update
    27  helm upgrade [RELEASE_NAME] opensearch-operator/opensearch-operator
    28  ```
    29  
    30  ## Installation Tutorial and Demo
    31  
    32  [![Watch the video](https://opster.com/wp-content/uploads/2022/05/Operator-Installation-Tutorial.png)](https://player.vimeo.com/video/708641527)
    33