Problem
We want to deploy a simple (read: development) instance of MongoDB in our Kubernetes cluster with as little work as possible. Additionally, we'd like to make that MongoDB deployment available to services outside the k8s cluster but not outside our VPC
Solution
Use Bitnami's MongoDB helm chart to deploy …
read more