I am assuming there should be a way to configure number of replicas to maintain the cluster. Can you please let me know where to configure that if that is the case/or point me to any documentation?
If you’re referring to replicas within a cluster, these are configured at the bucket level. If you’re using the Kubernetes operator, you can just pick a number for replicas (maximum of 3). An example here: CouchbaseBucket Resource | Couchbase Docs
If you’re not using the operator, you can set the replicas via the UI, API, CLI, etc. Here’s an example in the docs of using the UI to set the number of replicas: Create a Bucket | Couchbase Docs