- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Using a Blue/Green Deployment in Nomad
There are times when you need to stage your updates before updating all of your jobs. With blue/green updating, you can run one or more updated jobs and "stage" them before updating all of the running jobs. In this hands-on lab, you will use a blue/green method to perform job upgrades on running jobs in a controlled manner. You have been provided with a Nomad server in developer mode, where you will perform the tasks in this hands-on lab. The Nomad server has been configured with one server agent and one client agent, and Docker has been installed so that Nomad is ready to run jobs.

Lab Info
Table of Contents
-
Challenge
Log in to the Provided Nomad Server
Log in to the server as "cloud_user" with the provided password to perform the tasks.
-
Challenge
Create, Modify, and Run a Job File Using the Blue/Green Method of Updates
-
Using the appropriate commands and the Nomad CLI, initialize a job file called example.nomad.
-
Modify the nomad file to use a blue/green method for updates.
-
Modify the job file to start two instances.
-
Submit the job to run, and wait until the job says it is healthy for all two instances.
-
-
Challenge
Change the Job File to Upgrade the Redis to Version 4
-
Edit the example.nomad file.
-
Change the version to be 4.0, and while the original job is running, submit the job to run.
-
Check if two jobs are running at the same time.
-
-
Challenge
Promote the Deployment
-
Check the status of the job. You should see it ask for a manual promotion, and there should be two canaries.
-
Promote the deployment for the updated version of Redis. You should see the promoted change to "true."
-
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.