How to find the replicaset?

How can I find the replicaset of my cluster? kindly help

1 Like

Using the mongo cli:
db.isMaster().setName
This does not require authenticaton.