You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/07/20 18:02:03 UTC

[GitHub] [incubator-openwhisk-deploy-kube] jvz opened a new issue #498: Add support for CouchDB clustering

jvz opened a new issue #498: Add support for CouchDB clustering
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/498
 
 
   The existing configuration for deploying CouchDB to Kubernetes uses a `Deployment` type instead of using a higher level concept like `StatefulSet` which is used in the other clustered services like Kafka, Zookeeper, the controller, the invoker, and anything else that can trivially support stateful sets.
   
   In order to support stateful set based deployments for CouchDB, I found some example code from https://github.com/helm/charts/tree/master/incubator/couchdb which further leads to a small sidecar for linking between K8s DNS records and CouchDB metadata.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services