1.7. Installation on Kubernetes

Apache CouchDB provides a Helm chart to enable deployment to Kubernetes.

To install the chart with the release name my-release:

  1. helm repo add couchdb https://apache.github.io/couchdb-helm
  2. helm repo update
  3. helm install --name my-release couchdb/couchdb

Further details on the configuration options are available in the Helm chart readme.