Creating a MongoDB ReplicaSet

Follow these steps to create the ReplicaSet:

  1. First, let's create a Docker network called mongo-cluster for the new cluster using the docker network create command:
docker network create --driver nat mongo-cluster
If you would like to learn more about Docker networks, please refer to the official documentation: https://docs.docker.com/network/. For Windows-specific documentation, please go to https://docs.microsoft.com/en-us/virtualization/windowscontainers/container-networking/network-drivers-topologies.

We will use Azure Files SMB share (globally mapped to the G: drive), which we created in the previous section, in order to store MongoDB's state using bind mounts.

  1. We need to create new directories in our ...

Get Hands-On Kubernetes on Windows now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.