Delivering modern cloud-native applications with open source technologies on Azure Kubernetes Service
Coming soon.
Install MongoDB Statefulset with Helm
Helm helps you manage Kubernetes applications — Helm Charts helps you define, install, and upgrade even the most complex Kubernetes application. Helm has a CLI component and a server side component called Tiller.
cd ~/kubernetes-hackfest
helm install stable/mongodb --name mongodb
kubectl get pods //TODO
Connect to MongoDB Cluster