How to deploy Microservices with MongoDB dependency on Kubernetes?
I have 2 API backends Microservices in which each Microservice has MongoDB database. I want to deploy 2 or more instances of each of these in Kubernetes cluster on Cloud provider such as AWS. Each instance of Microservice runs as…