Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Installing Packer on Mac
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Installing Packer on Windows
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Packer - Section Recap
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - The Packer Workflow
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - The Packer Workflow
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - The Packer Command Line
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - The Packer Command Line
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Installing Packer
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Installing Packer
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Core Components of Packer
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hello, Packer!
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Why Use Packer?
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Packer - Section Overview
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with GitLab CI/CD
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with HashiCorp Vault Using the AWS Secrets Engine
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Integrating Packer with HashiCorp Terraform
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Integrating Packer with Red Hat Ansible
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Packer Breakpoints
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Packer Debug
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Convert JSON to HCL
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Targeting Cloud Builds
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Code Organization
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...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Code Organization
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...