Mongodb – mongo –ssl command is by default connecting to wrong database
From a job Kubernetes pod I am trying to connect to a Amazon DocumentDb server with following command. We are sending this command to the Kubenetes job pod using python program to list collections from the db. This is the…