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
:
helm repo add couchdb https://apache.github.io/couchdb-helm
helm repo update
helm install --name my-release couchdb/couchdb
Further details on the configuration options are available in the Helm chart readme.