Curated Video
HashiCorp Certified - Vault Associate Course - Auth Methods—Section Overview
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Running Vault Dev Server
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Lab—Manually Installing Vault
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...
Curated Video
HashiCorp Certified - Vault Associate Course - Pros and Cons of Unseal Options
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...
Curated Video
Chatbots for Beginners: A Complete Guide to Build Chatbots - Fundamentals of AWS for Chatbots: Benefits of Amazon Lex
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Monitor the Nomad Environment
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...
Curated Video
Getting Started with HashiCorp Nomad - Monitoring the Nomad Environment
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Working with Volumes
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Job Placement
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Installing Nomad on Linux
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...
Curated Video
Getting Started with HashiCorp Nomad - Upgrading Nomad to Newer Versions
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Monitoring Application Logs
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...
Curated Video
Getting Started with HashiCorp Nomad - Monitoring Application Logs
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...
Curated Video
Getting Started with HashiCorp Nomad - Managing Nomad Environments (Day Two Ops)
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...
Curated Video
Getting Started with HashiCorp Nomad - Demo - Networking
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...
Curated Video
Getting Started with HashiCorp Nomad - Job Constraints
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...
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 - 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 – Let’s Work with Cluster Members
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...