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