Challenge 06 - Deploy MongoDB to AKS

< Previous Challenge - Home - Next Challenge >

Introduction

We are going to need MongoDB for v2 of our application and we’ll be running it in our Kubernetes cluster.

Description

In this challenge we’ll be installing MongoDB into our cluster.

Success Criteria

  1. Verify MongoDB is installed and run in our cluster
  2. Verify the mongosh --version command can be run in a pod and shown to work.