Instructional Video2:37
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Installing Packer on Mac

Higher Ed
In this lab demonstration, you will learn to install Packer on MacOS. We will first establish the Homebrew package manager to install Packer on the MacOS machine. This clip is from the chapter "Introduction to HashiCorp Packer" of the...
Instructional Video6:14
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Installing Packer on Windows

Higher Ed
You will learn to install Packer on Windows in this lab demonstration video. We will download the resources from the public repository on GitHub from the link provided by the instructor. This clip is from the chapter "Introduction to...
Instructional Video1:26
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Packer - Section Recap

Higher Ed
This video recapitulates the Packer introduction, features, advantages, use case scenario, the Packer core components, installing and configuring Packer, and creating a Packer workflow. This clip is from the chapter "Introduction to...
Instructional Video4:17
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - The Packer Workflow

Higher Ed
In this lab demonstration video, we will walk through the Packer workflow, building an example. We will work on creating a workflow using AWS. We will create a Packer builder on AWS and a security group. You will learn to create an...
Instructional Video3:22
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - The Packer Workflow

Higher Ed
In this lecture, we will examine the Packer workflow. We will explore an example workflow built on AWS to understand the process, including building a HCL2 template, a Packer, a provision instance, running provisioners, creating and...
Instructional Video6:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - The Packer Command Line

Higher Ed
In this demonstration lab, we will explore the Packer command line. We will explore the Packer CLI and the Packer version, enable autocompletion for Packer CLI, explore subcommands and flags, and the Packer format. This clip is from the...
Instructional Video12:22
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - The Packer Command Line

Higher Ed
After installing Packer on our local machine, you will learn to interact with Packer, which uses the primary and only way, the command line interface (CLI), as Packer does not have a user interface or an API we can interact with. This...
Instructional Video8:45
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Installing Packer

Higher Ed
In this lab demonstration video, we will focus on installing Packer. The video provides the details on where to obtain the installation package. The video takes you through how to install, validate, and enable autocompletion for Packer...
Instructional Video3:34
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Installing Packer

Higher Ed
After understanding Packer and its core components and use features, we will examine the installation process of HashiCorp Packer and any configuration/settings required to begin using the tool. This clip is from the chapter...
Instructional Video14:51
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Core Components of Packer

Higher Ed
In this video, you will learn more about the core components that make up the Packer solutions tool, which builds images using templates created using JSON or HCL2. This clip is from the chapter "Introduction to HashiCorp Packer" of the...
Instructional Video11:17
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hello, Packer!

Higher Ed
This overviews the entire HashiCorp suite of tools and describes products such as Terraform, Vault, Consul, Nomad, Waypoint, Boundary, Packer, and Vagrant. It then provides a detailed introduction to the features of Packer. This clip is...
Instructional Video10:51
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Why Use Packer?

Higher Ed
In this video, we will understand Packer and why we use Packer, why businesses use Packer and learn about the evolving architecture of Packer, organizations moving over to cloud services, the use of containers, Kubernetes, and the...
Instructional Video1:30
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Packer - Section Overview

Higher Ed
In this video, we will thoroughly understand Packer and its uses. You will learn about installing and using Packer and its primary uses. We will also examine the core components and Packer workflow. This clip is from the chapter...
Instructional Video12:54
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Introduction

Higher Ed
This clip is from the chapter "Course Introduction" of the series "Automating Image Creation with HashiCorp Packer for DevOps".This section introduces the course and covers a few general concepts about HashiCorp Packer. It also takes us...
Instructional Video14:37
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with GitLab CI/CD

Higher Ed
This video demonstrates how to use Packer with GitLab CI/CD to automate the build process and ensure that images are continuously updated with the latest changes. This clip is from the chapter "Packer Integrations" of the series...
Instructional Video13:10
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with HashiCorp Vault Using the AWS Secrets Engine

Higher Ed
This video demonstrates how to use Packer with HashiCorp Vault’s AWS Secrets Engine to securely manage secrets during the build process. This clip is from the chapter "Packer Integrations" of the series "Automating Image Creation with...
Instructional Video13:19
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Integrating Packer with HashiCorp Terraform

Higher Ed
This video provides a hands-on lab that covers how to use Packer with HashiCorp Terraform to automate the creation of infrastructure. This clip is from the chapter "Packer Integrations" of the series "Automating Image Creation with...
Instructional Video13:25
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Integrating Packer with Red Hat Ansible

Higher Ed
This video provides a hands-on lab that covers how to use Packer with Red Hat Ansible to automate the configuration of virtual machine images. This clip is from the chapter "Packer Integrations" of the series "Automating Image Creation...
Instructional Video14:57
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Packer Breakpoints

Higher Ed
This video provides a hands-on lab that covers how to use breakpoints in Packer to pause the build process at specific points in the configuration. The lab covers how to add breakpoints to a Packer template, use the debug flag to enable...
Instructional Video14:06
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Packer Debug

Higher Ed
In this video, a hands-on lab demonstrates how to use Packer’s debug feature to diagnose issues in a build process. The lab covers how to enable debug logging, view the log output, and use the output to identify where in the build...
Instructional Video4:52
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Convert JSON to HCL

Higher Ed
This video provides a hands-on lab covering converting a Packer template from JSON to HCL format. The lab covers how to use the Packer init command to convert the template and how to modify the resulting HCL file to update the...
Instructional Video7:06
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Targeting Cloud Builds

Higher Ed
In this video, a hands-on lab demonstrates how to use variables and conditional logic in Packer to target different cloud providers. The lab covers how to use the “only” and “except” variables to target specific builds, and how to use...
Instructional Video10:29
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Code Organization

Higher Ed
This video provides a hands-on lab that walks through the process of using modules in Packer to organize and reuse common configuration blocks. The lab covers how to create a module, pass variables to the module, and use the module in a...
Instructional Video8:07
Curated Video

Automating Image Creation with HashiCorp Packer for DevOps - Code Organization

Higher Ed
In this video, the importance of code organization in Packer is discussed, and several best practices are presented for structuring Packer templates and related configuration files. The video also covers how to use variables and modules...