I am implementing MongoDB and PBM using Operator.
For my project requirements, I wanted to be able to manage and configure backups from outside the MongoDB pod.
I tried installing the PBM CLI outside the pod, the configuration to storage config and mongodb-uri was successful.
However, when performing administrative operations such as “pbm status”, “pbm backup -t physical”, an error appears: Error: connect to mongodb: create mongo connection: mongo ping: server selection error (same as topic: [PMB can not connect to Mongodb](https ://forums.percona.com/t/pmb-can-not-connect-to-mongodb/22647) )
Is there any way I can do what I want?