Workshop Intro
Welcome to the Atlas Operator Workshop!
Whether you are following along during the live workshop at MongoDB World 2022, or found this workshop by accident, you will learn how to deploy a MERN stack application to Kubernetes with the Atlas Operator.
In this workshop, you will see:
- What is a MERN stack application
- How to containerize the different components of your application
- How to deploy your front-end and back-end to Kubernetes
- How to use the Atlas Operator to manage MongoDB Atlas from Kubernetes
Getting Started
Before you get started, you will need all of the following
What you'll need
Note that the version numbers indicated are the version used by the author at the time of writing this workshop. Future or past versions might also work, but haven't been tested.
Application | Version |
---|---|
Docker | 20.10.8 |
Node.js | 16.13.1 |
Minikube | 1.25 |
jq | 1.6 |
kubectl | 1.23.4 |
You will also need an account on the following services
Service | Link |
---|---|
Docker Hub | Hub |
MongoDB Atlas | Atlas Free Registration |