Cannot locate mongo in the pod and not able to connect

Hi All,

I am working on MongoDB Kubernetes Community operator, setting up my local environment using minikube. Upon creating replicaset following the below article, my pods are up and running. But I am not able to locate mongo in the pod and not able to connect to MongoDB in them. Not sure if MongoDB is present in there.

Please let me know if there are any additional steps to be done.

Hi @Rajavignesh_Paranira I was also facing the same issue, I think there is some problem with docker. You can delete the minikube Volume and Container from docker, and rerun minikube start. Then you can follow all the steps to create a MongoDB operator then, you should be able to see mongo pods.

But here another problem I am facing, I am not able to perform any queries after connecting to those mongo pods. It says unauthorised to perform action.