1.7. Kubernetes安装

apachecouchdb提供了一个 Helm chart 以便部署到Kubernetes。

安装具有发布名称的图表 my-release

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

helm repo update

helm install --name my-release couchdb/couchdb

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