Curated Video
Getting Started with HashiCorp Nomad - Expanding on Nomad Jobs
You will learn more about Nomad jobs and how Nomad deploys additional containers with new tasks on another client. You will learn to expand on jobs and how to do this in a real-world scenario. This clip is from the chapter "Expanding on...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Run Our First Nomad Job
In this lesson, you will learn to submit our new job to our Nomad cluster and see it launch all of our containers. We will submit the configuration file we created in the previous lesson and successfully deploy our new container. This...
Curated Video
Getting Started with HashiCorp Nomad - Running Our First Nomad Job
After creating our first job specification file, you will learn to create jobs and submit them to Nomad to launch the application. We will examine the command “nomad job run " to submit the job to Nomad. This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - Working with Nomad Jobs
In this video, you will learn more about working with Nomad jobs now that we have the Nomad infrastructure up and running and secure. You will learn to launch and manage our applications on the Nomad infrastructure. This clip is from the...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Using the Nomad API
In the last demonstration for this section on interacting with Nomad, we will watch a quick showcase on the introduction to the Nomad API. We will briefly understand API endpoints. This clip is from the chapter "Interacting with Nomad"...
Curated Video
Getting Started with HashiCorp Nomad - Understanding the Nomad API
We will now discuss the final interface, the Nomad API, offering a fully-featured API to configure and work with the Nomad infrastructure. The CLI and UI invoke the proper API when they are being used. This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - The Nomad UI
After exploring the Nomad CLI, we will examine the Nomad user interface. We will understand how to view the Nomad infrastructure, jobs, tasks, evaluations, allocations, variables, and more. This clip is from the chapter "Interacting with...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Using the Nomad CLI
This demonstration explains the Nomad CLI and uses the CLI to interact with export tokens and export the Nomad address to the local Nomad instance. We will also set up DNS addresses to interact with our Nomad instance. We will also look...
Curated Video
Getting Started with HashiCorp Nomad - Interacting with Nomad using the CLI
In this lesson, we will discuss the different ways to interact within the Nomad environment using the CLI, the most popular interface we will use. We will ensure the Nomad binary is installed for this task. This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Secure Nomad with ACLs
This video demonstrates the securing Nomad process with the ACLs approach; we will enable ACLs on the server nodes, bootstrap the ACL systems, and secure the Nomad environment. This clip is from the chapter "Securing Nomad" of the series...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Secure Gossip Encryption
We will continue securing our Nomad infrastructure in this demonstration by enabling gossip encryption on our servers. We will modify our configuration file, define the server configuration, and add the encrypt parameter. This clip is...
Curated Video
Getting Started with HashiCorp Nomad - Secure Gossip Encryption
In this video, we will understand the concept of gossip encryption. We will understand the use of encryption keys and how federation requires the same key on all other data centers. This clip is from the chapter "Securing Nomad" of the...
Curated Video
Getting Started with HashiCorp Nomad - Secure Nomad with TLS
In this lesson, we will discuss enabling TLS encryption, the most important concept used in the Nomad environment. It helps in preventing access to Nomad, server and client misconfiguration, and other services from representing as Nomad...
Curated Video
Getting Started with HashiCorp Nomad - Securing Nomad
In this video, we will understand how to secure Nomad to ensure everything within our cluster is as secure as possible when we release the cluster for production. You will learn about the TLS and ACL approaches. This clip is from the...
Curated Video
Getting Started with HashiCorp Nomad - Managing Cluster Members
After learning how to join multiple servers and clients into our Nomad cluster, we will understand how to remove some of these cluster members from the Nomad cluster, remove server nodes, perform regular maintenance, upgrade the system,...
Curated Video
Getting Started with HashiCorp Nomad - Demo – Let’s Add Clients to the Cluster
This demonstration will teach us to add clients to the newly-created cluster. After creating our five-node server in the previous lessons, we will now add clients to the server cluster we created. This clip is from the chapter "Deploying...
Curated Video
Getting Started with HashiCorp Nomad - Nomad Clients
After gaining a thorough understanding of the Nomad server, we will now focus on understanding the Nomad client concept, which are members of the Nomad data center responsible for executing tasks and jobs. This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - Demo – Let’s Create a Nomad Cluster
Now that we have all the servers up and running, we will add the configuration and download the config to the other nodes of the server, totaling five, to ensure the demonstrations are lightweight and similar to a production server. This...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Starting the Nomad Service
In this video, you will learn to update the configuration file before we get Nomad up and running. We will replace the existing config file with a blank server.hcl file and copy information to the file. This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Installing Nomad on Windows
In this lesson, you will learn to install Nomad on Windows OS. We will download the open-source Nomad binary from the Nomad website, unzip the .exe file, and run the .exe to install Nomad over Windows. This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Installing Nomad on macOS
In this demonstration, we will look at installing Nomad on macOS. We will download the program from nomadproject.io and choose to install the package manager for macOS or the binary download for macOS. This clip is from the chapter...
Curated Video
Getting Started with HashiCorp Nomad - Installing Nomad
This video briefly introduces how to install Nomad and the various sources and locations from where the Nomad application can be installed, be it macOS, Linux, or Windows OS. This clip is from the chapter "Deploying Nomad" of the series...
Curated Video
Getting Started with HashiCorp Nomad - Comparing Nomad to Kubernetes
In the final video of this section, we will compare the features and performance of Nomad with Kubernetes. We will understand the fundamental differences between them. This clip is from the chapter "Introduction to Nomad" of the series...
Curated Video
Getting Started with HashiCorp Nomad - Learning Nomad Architecture
In this video, we will explore the Nomad architecture at a high level. We will understand a data center, region, and consensus related to Nomad. We will examine the single region architecture and server-client interaction. This clip is...