Multiple couchbase environments in one kubernetes cluster

We have a test kubernetes cluster where we want to dynamically spin up environments in separate namespaces. Each environment has 3 pods: Operator, Operator Admission and Couchbase Cluster (defined using a yaml CouchbaseCluster resource type). We’ve noticed that when a second environment is spun up in a different namespace the couchbase cluster pod of the first environment disappears.

Is this normal? Is there a workaround?

Thanks

Not an issue, just me. I was deleting the Cluster Resource Definitions at the start of my deployment script which obviously deleted all CouchbaseClusters across the kubernetes cluster.

Happy testing :wink: !!

Let us know how it goes.