On this page

Using helm chart

Deploy BangDB on OpenShift

METHOD 2 – Deploying BangDB on OpenShift using the helm chart

To deploy BangDB on an openshift using the helm chart – Clone the git repository into bastion node using the below command

git clone https://github.com/sachin-sinha/bangdb_helm cd bangdb_helm 
To install ‘BangDB’ instance with Helm 3, use the command
helm install bangdb bangdb/ --namespace <namespace>
You can see the release which is just deployed by executing the below command

helm ls -n <namespace>

This deployment creates a single pod running ‘BangDB’. To verify the deployment you can check the logs of the pod created. The logs should appear as shown below saying ‘BangDB’ service is up and running.

using the helm chart - BangDB
Was this article helpful to you? Yes No