Instructional Video3:18
Curated Video

HashiCorp Certified - Vault Associate Course - Auth Methods—Section Overview

Higher Ed
This video provides a section overview of the Auth methods. This clip is from the chapter "Compare Authentication Methods" of the series "HashiCorp Certified - Vault Associate Course".This section focuses on comparing authentication...
Instructional Video4:57
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Running Vault Dev Server

Higher Ed
This is a lab video on running Vault Dev server. You will see how we can use Vault Dev server to play around with some of Vault's features. This clip is from the chapter "Installing Vault" of the series "HashiCorp Certified - Vault...
Instructional Video4:14
Curated Video

HashiCorp Certified - Vault Associate Course - Lab—Manually Installing Vault

Higher Ed
This is a lab video on manually installing Vault. Sometimes it's good to understand how to do things manually before you are automating workflows. That's what we will do in this lab video, so you fully understand how to get Vault running...
Instructional Video2:57
Curated Video

HashiCorp Certified - Vault Associate Course - Pros and Cons of Unseal Options

Higher Ed
In this video, we will compare and contrast the different methods of unsealing HashiCorp Vault. We have learned a lot about seal and unseal options, but which do we use? This short video will walk you through the pros and cons of each...
Instructional Video2:57
Curated Video

Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Benefits of Amazon Lex

Higher Ed
Here, we will discuss the benefits of using Lex bot, including seamless deployment and scaling, built-in integration with AWS, input technologies, cost-effectiveness, and simplicity. This clip is from the chapter "Chatbots Development...
Instructional Video7:27
Curated Video

Getting Started with HashiCorp Nomad - Demo - Monitor the Nomad Environment

Higher Ed
In this demonstration, we will focus on monitoring, specifically at the host level. We will use the “systemctl status nomad" command. You will learn to view the journal logs and understand what happens in the Nomad environment. This clip...
Instructional Video8:50
Curated Video

Getting Started with HashiCorp Nomad - Monitoring the Nomad Environment

Higher Ed
In this lesson, we will examine how to monitor the Nomad environment. We will discuss the multiple integrated options for monitoring, runtime metrics, information collection, telemetry data, and more. This clip is from the chapter...
Instructional Video12:55
Curated Video

Getting Started with HashiCorp Nomad - Demo - Working with Volumes

Higher Ed
In this demonstration, we will examine working with host volumes. We will use the Nomad UI to explore the scores volume on a local directory on the client. You will learn to mount the host volume. This clip is from the chapter "Expanding...
Instructional Video10:08
Curated Video

Getting Started with HashiCorp Nomad - Demo - Job Placement

Higher Ed
In this video, we will look at a demonstration of job placement. We will change the job configuration, add allocations, and run a job in a container. You will learn to modify the job to use the spread allocations learned in the previous...
Instructional Video9:52
Curated Video

Getting Started with HashiCorp Nomad - Demo - Installing Nomad on Linux

Higher Ed
This video demonstrates how to install Nomad on a new Linux box. We will begin by installing a new instance of AWS Linux, and then we will visit the releases.hashicorp.com site and download the binaries to install Nomad on Linux. This...
Instructional Video8:07
Curated Video

Getting Started with HashiCorp Nomad - Upgrading Nomad to Newer Versions

Higher Ed
In this lesson, you will learn about upgrading our Nomad installation to newer versions as they arise. We will examine the “in-place" upgrades and rolling updates released on time. This clip is from the chapter "Managing Nomad...
Instructional Video4:11
Curated Video

Getting Started with HashiCorp Nomad - Demo - Monitoring Application Logs

Higher Ed
In this demonstration, we will focus on monitoring our applications. We will look at the various logs on a client. Looking at the logs, we will practically understand the work processes running in the background. This clip is from the...
Instructional Video5:30
Curated Video

Getting Started with HashiCorp Nomad - Monitoring Application Logs

Higher Ed
After learning how to monitor our local Nomad environment, we will examine monitoring our applications that run on the Nomad environment. We will look at the collection logs, allocation logs, and stream logs through the API. This clip is...
Instructional Video1:53
Curated Video

Getting Started with HashiCorp Nomad - Managing Nomad Environments (Day Two Ops)

Higher Ed
After successfully creating and deploying our Nomad job, we will head to the day two ops of managing the Nomad environment, operational monitoring, maintenance, key rotations, upgrades, and troubleshooting. This clip is from the chapter...
Instructional Video5:59
Curated Video

Getting Started with HashiCorp Nomad - Demo - Networking

Higher Ed
In this demonstration, the author showcases a few basics of Nomad networking. We will look at the job allocation status, view the metadata it reports, and understand it. We will look at placement metrics, bridge mode, docker mode, and...
Instructional Video6:38
Curated Video

Getting Started with HashiCorp Nomad - Job Constraints

Higher Ed
Here, we will understand job constraints and the constraint requirements specified at the job, group, or task level before any allocations are made. We will examine the different job constraints with examples. This clip is from the...
Instructional Video4:01
Curated Video

Getting Started with HashiCorp Nomad - Expanding on Nomad Jobs

Higher Ed
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...
Instructional Video5:09
Curated Video

Getting Started with HashiCorp Nomad - Demo - Run Our First Nomad Job

Higher Ed
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...
Instructional Video6:48
Curated Video

Getting Started with HashiCorp Nomad - Running Our First Nomad Job

Higher Ed
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...
Instructional Video5:53
Curated Video

Getting Started with HashiCorp Nomad - Working with Nomad Jobs

Higher Ed
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...
Instructional Video1:36
Curated Video

Getting Started with HashiCorp Nomad - The Nomad UI

Higher Ed
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...
Instructional Video4:12
Curated Video

Getting Started with HashiCorp Nomad - Demo - Using the Nomad CLI

Higher Ed
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...
Instructional Video8:10
Curated Video

Getting Started with HashiCorp Nomad - Interacting with Nomad using the CLI

Higher Ed
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...
Instructional Video5:12
Curated Video

Getting Started with HashiCorp Nomad - Demo – Let’s Work with Cluster Members

Higher Ed
In this demonstration, we will work on removing clients from our cluster. We will understand how to delete nodes, disable allocations, add allocations, drain allocations, and so on. This clip is from the chapter "Deploying Nomad" of the...