1.7. 在 Kubernetes 上安装

Apache CouchDB 提供了一个 Helm 图表 来启用部署到 Kubernetes。

要使用发布名称 my-release 安装图表

helm repo add couchdb https://apache.github.io/couchdb-helm

helm repo update

helm install --name my-release couchdb/couchdb

有关配置选项的更多详细信息,请参阅 Helm 图表 自述文件。