OpenSearch Dashboards

OpenSearch Dashboards is currently not managed by the operator but the Stackable Data Platform provides a supported OCI image.

One way to deploy OpenSearch Dashboards is by using the official Helm chart.

A basic values.yaml file to deploy OpenSearch Dashboards with this chart might look like this:

opensearchHosts: https://opensearch.<opensearch-namespace>.svc.cluster.local:9200 (1)
image:
  repository: oci.stackable.tech/sdp/opensearch-dashboards (2)
  tag: 3.1.0-stackable0.0.0-dev
serviceAccount: (3)
  create: false
  name: opensearch-serviceaccount
1 Address of the OpenSearch Service deployed by the operator
2 Use the OCI image provided by the Stackable Data Platform
3 If running on OpenShift, use the ServiceAccount of OpenSearch because its permissions are already configured to work on OpenShift.