Be Smart
Are Dinosaurs Extinct?
Most people are taught that dinosaurs went extinct 66 million years ago when a giant meteor crashed into the Yucatan peninsula. I'm here to tell you that's wrong. Dinosaurs are alive and well today, and you don't have to go to Jurassic...
TED Talks
TED: The renewable heating system right below your feet | Kathy Hannun
Of all the mundane yet astonishing marvels of human ingenuity, knowing what it takes to heat a room to a comfortable temperature is TED Fellow Kathy Hannun's favorite. She takes us on a journey across the planet and under the sea to...
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - What Is Blue Ocean?
This video explains what Blue Ocean is, which advantages it brings, and its main features.
Curated Video
Hands-On Continuous Integration and Automation with Jenkins - What Is Pipeline as Code?
This video explains what Pipeline as Code means, how pipelines are implemented in Jenkins 2, and what are the benefits of using Pipelines.
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Introduction to Kubeflow
This video provides an introduction to Kubeflow. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we will explore Vertex AI....
Curated Video
Data Science Model Deployments and Cloud Computing on GCP - Overview – Vertex AI UI
This video provides an overview of the UI of Vertex AI. This clip is from the chapter "Vertex AI - Machine Learning Framework" of the series "Data Science Model Deployments and Cloud Computing on GCP".In this section, we will explore...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Building Images in Multiple Regions
In this hands-on demonstration lab, we will build upon some of the concepts we have been learning to extend our Packer-built images into multiple regions within the same cloud environment. This clip is from the chapter "Builders" of the...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building VMware Templates with Packer
In this demonstration lab, we will understand VMware and showcase how to utilize HashiCorp Packer to build images within a VMware environment. You will learn to create templates using VMware. This clip is from the chapter "Builders" of...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building Google Compute Machine Images with Packer
This demonstration lab will demonstrate how to utilize Packer to build machine images in the Google cloud platform. We will use the Google Compute Engine to build the images for this demo. This clip is from the chapter "Builders" of the...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building Azure Machine Images with Packer
In this lab demonstration video, we will look at a demonstration of how to use Packer to build images in the Packer cloud. We will be working on the Azure-Arm builder as the use case for the lesson. This clip is from the chapter...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Building AWS AMIs with Packer
In this lab demonstration, we will walk through building the AWS AMI with Packer. Based on our use case, we will create an EBS-backed AMI and an instance store on AMI. This clip is from the chapter "Builders" of the series "Automating...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Writing Packer Templates
In this lab demonstration, we will create our first Packer template. We will create a source block, validate the Packer template, create a building block, and build a new image using Packer. This clip is from the chapter "Writing Packer...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Working with Packer’s Core Components in HCL
After learning to write specific HCL syntax for the Packer templates, we will work with the core components of Packer and how the core components fit in with the HCL format, including the source, provisioner, builder, postprocessors,...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Hands-On Lab - Converting JSON Templates to HCL
This lab demonstration video will walk us through migrating a JSON template to HCL2 format. We will begin with creating a JSON template, then run through creating an HCL2 command and convert it to a pkr.hcl template. This clip is from...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Demo - Integrating Packer with HashiCorp Vault’s KV v2 Secrets Engine
This video demonstrates how to use Packer with HashiCorp Vault’s KV v2 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 - Introduction to Provisioners
In this lesson, we will understand provisioners, which use built-in, third-party integrations to install packages and configure the machine image, which integrates with shell options and different files. This clip is from the chapter...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Using Environment Variables
This video will explore environmental variables and how to use them in a template. Environment variables are a great solution to setting credentials or variables that often change. This clip is from the chapter "Variables" of the series...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Declaring Packer Variables
Before we discuss values in Packer, we will first understand the concept of declaring variables, which can be declared and defined in a “.pkrsvars.hcl” file. Or an “auto.pkrsvars.hcl” file or any other file name referenced when executing...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Variables
In this video, we will look at an overview of variables in Packer, which can be used to define defaults and values during a build. They allow you to remove hard-coded values and pass parameters to the configuration. This clip is from the...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - AWS Builders
In this video, we will go over the various AWS builders. We will explore four different builders and see how Packer builds on each of these platforms and the differences in the processes involved. This clip is from the chapter "Builders"...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Introduction to Builders
In this video, we will understand the concept of a Packer builder responsible for creating machines and generating images. More than one builder can be specified in a template. We will compare the different builder models available. This...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - HCL Syntax
In this lesson, you will learn about writing templates using the HCL syntax, which is in the form of blocks. We will define the components of the league and let Packer know the references in our blocks, and use single or multiple Packer...
Curated Video
Automating Image Creation with HashiCorp Packer for DevOps - Writing Packer Templates
In this video, you will learn about the Packer template, which consists of declarations and commands, such as what plugins to use, configuring the plugins, and the order in which to run the plugins. This clip is from the chapter "Writing...