Instructional Video4:58
Curated Video

Data Science Model Deployments and Cloud Computing on GCP - Lab - Workflow Template Introduction

Higher Ed
This video provides an introduction to the Workflow template.
<
br/>
This clip is from the chapter "Data Science Models with Google App Engine" of the series "Data Science Model Deployments and Cloud Computing on GCP".This section...
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.
<
br/>
This clip is from the...
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.
<
br/>
This clip is from the...
Instructional Video13:58
Curated Video

Getting Started with HashiCorp Nomad - Working with Volumes

Higher Ed
After learning more about networking, we will discuss working with volumes; for workloads that require storage for stateful workloads, Nomad provides access to host volumes or CSI volumes.
<
br/>
This clip is from the chapter...
Instructional Video11:11
Curated Video

Getting Started with HashiCorp Nomad - Networking for Jobs

Higher Ed
In this video, we will explore networking and how it works inside Nomad, a critical component ensuring users can access running applications. We will also examine the various options for networking in Nomad.
<
br/>
This clip is from...
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...
Instructional Video13:39
Curated Video

Getting Started with HashiCorp Nomad - Job Placement

Higher Ed
In this lesson, we will discuss job placement, deploying applications, understanding their run locations, and configuring Nomad scheduling to use a spreading algorithm for the entire cluster.
<
br/>
This clip is from the chapter...
Instructional Video10:35
Curated Video

Getting Started with HashiCorp Nomad - Creating a Nomad Job Specification

Higher Ed
In this lesson, we will discuss creating a Nomad job specification. We will create a job, provide it with a name, and place all the configurations for this job. We will then specify the data centers and type of service, handle updates...
Instructional Video10:31
Curated Video

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

Higher Ed
This demonstration showcases the Nomad UI. We will connect to a server node and notice that we do not have authorization. We must authenticate with a secret ID from the Nomad bootstrap token.
<
br/>
This clip is from the chapter...
Instructional Video13:28
Curated Video

Getting Started with HashiCorp Nomad - Secure Nomad with ACLs

Higher Ed
This video will look at the last type of security configuration, the secure with ACLs approach. We will understand token-based authentication, centrally managed policies, and centralized policy administration.
<
br/>
This clip is...
Instructional Video14:47
Curated Video

Getting Started with HashiCorp Nomad - Demo - Secure Nomad with TLS

Higher Ed
This video demonstrates how to secure our Nomad environment with TLS. You will learn about managing different internal serfs, open-source options to create serfs, and using the HashiCorp vault to create serfs.
<
br/>
This clip is...
Instructional Video16:18
Curated Video

Getting Started with HashiCorp Nomad - Nomad Server Clustering

Higher Ed
After creating a single client up and running, launching the Nomad UI, and checking the Nomad CLI, we will ensure deploying Nomad in a highly available environment called a cluster. You will learn to form a cluster and how to create...
Instructional Video17:15
Curated Video

Getting Started with HashiCorp Nomad - Let’s Get Nomad Running

Higher Ed
After installing Nomad on either of the operating systems, we will now get the Nomad application up and running on our local machine, the Linux box, or a server in development mode.
<
br/>
This clip is from the chapter "Deploying...
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.
<
br/>...
Instructional Video12:07
Curated Video

Getting Started with HashiCorp Nomad - Understanding the Nomad Components

Higher Ed
After a brief introduction about Nomad, we will now discuss the components of Nomad and node. These agents run in server and client modes, jobs, jobs specifications, vault, driver, task, task groups, evaluation, and allocation.
<
br/>...
Instructional Video4:22
Curated Video

Getting Started with HashiCorp Nomad - Demo - Upgrading Nomad to Newer Versions

Higher Ed
In this final demonstration, we will practically work on upgrading Nomad to newer versions based on more recent releases from time to time. The author mentions the importance of reading through the release notes and guides before any...
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.
<
br/>
This clip is from the chapter "Managing...
Instructional Video6:21
Curated Video

Getting Started with HashiCorp Nomad - Demo - Rotating the Gossip Encryption Key

Higher Ed
In this demonstration, we will practically work on rotating the gossip encryption key. You will learn to generate a new gossip key. You will learn to install the key, create a list of keys, instruct Nomad to use the new key, and...
Instructional Video6:07
Curated Video

Getting Started with HashiCorp Nomad - Rotating Gossip Encryption Key

Higher Ed
In this lecture, we will discuss rotating the gossip encryption key, a pre-share key added to the configuration when we secured the Nomad infrastructure. We will examine the built-in features to easily generate, install, use, and...
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.
<
br/>
This clip is...
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.
<
br/>...
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.
<
br/>...
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.
<
br/>
This clip is from...
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...