couchbase-kubernetes icon indicating copy to clipboard operation
couchbase-kubernetes copied to clipboard

Couchbase on Kubernetes

Results 4 couchbase-kubernetes issues
Sort by recently updated
recently updated
newest added

Currently I am using the setup provided in this repo for statefulset with a few exceptions - * NOT using configure-node.sh * I am using "terminationGracePeriodSeconds" to be 10 instead...

I'm deploying couchbase-server using the statefull sets. I'm unable to connect to the cluster after trying for several different connection strings. What is the correct connection string to use ?

We are trying to implemenent multi data center Couchbase clusters, we will have two or more Couchbase servers running in one data center and two or more running in another...

Follow this [pv tutorial](https://github.com/arun-gupta/couchbase-kubernetes/blob/master/pv/readme.adoc.) When I deleted a pod in rc, chances are will k8s start a new pod on another node. Meanwhile, the ebs volume is still attached to...