You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/22 19:08:01 UTC

[GitHub] kocolosk commented on issue #609: Create a Helm chart to deploy CouchDB using Kubernetes

kocolosk commented on issue #609: Create a Helm chart to deploy CouchDB using Kubernetes
URL: https://github.com/apache/couchdb/issues/609#issuecomment-346446021
 
 
   Here's a rudimentary working chart:
   
   https://github.com/kocolosk/charts/tree/couchdb-statefulset
   
   Lots more that could be done to allow for a greater degree of configuration, etc. but the basic `helm install ./incubator/couchdb` will deploy a connected 3 node cluster. The cluster auto-connectivity depends on a sidecar container that I wrote up here:
   
   https://github.com/kocolosk/couchdb-statefulset-assembler
   
   Would be great to get any help from the interested parties here, or even just details about how you'd want to use this chart.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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