CouchDB kubernetes operator

522 Views Asked by At

I need to deploy couchdb in our production environment, and I've been trying to use the couchdb operator (https://operatorhub.io/operator/couchdb-operator) in order to make the deployed cluster more resilient. I've tried using the official helm chart but it’s not stable enough for us.

Our couchdb deployment needs to use an image in our private repository, and we need to configure an internal sidecar application that will be deployed as a container in the same pod in each node in the cluster.

I went over the documentation here: https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-apache-couchdb-operator I couldn’t find any reference here to using my own images or configuring sidecar applications, I also tried accessing the couchdb-operator pod and tried looking for something I can use, couldn't find anything helpful.

I'm not too experienced in kubernetes operators as a whole, so this might seem counter-intuitive to using operators, but my question is: can I somehow edit the code for the operator so I can configure external configuration like defining my own repositories/image, sidecars, or even services?

Thanks in advance, Dean.

0

There are 0 best solutions below