* first 10 videos with transcripts * One tab to rule them all * Update layout * Rebuild asset bundles * Fix up URL slugs * Fix AI answers heading level --------- Co-authored-by: Christian Nunciato <chris@nunciato.org>
85 lines
3.6 KiB
Markdown
85 lines
3.6 KiB
Markdown
---
|
||
# Name of the webinar.
|
||
title: "Getting Started with Infrastructure as Code"
|
||
meta_desc: "In this hands-on workshop, the Pulumi team will show you how to stand up basic services using Infrastructure as Code (IaC) through a series of hands-on labs."
|
||
|
||
aliases:
|
||
- /webinars/getting-started-with-infrastrcuture-as-code/on-demand
|
||
|
||
url: /resources/getting-started-with-infrastructure-as-code/on-demand
|
||
block_external_search_index: true
|
||
|
||
# A featured webinar will display first in the list.
|
||
featured: false
|
||
|
||
# If the video is pre-recorded or live.
|
||
pre_recorded: true
|
||
|
||
# If the video is part of the PulumiTV series. Setting this value to true will list the video in the "PulumiTV" section.
|
||
pulumi_tv: false
|
||
|
||
# The preview image will be shown on the list page.
|
||
preview_image: "/images/webinar/pulumi_workshop.jpg"
|
||
|
||
# Webinars with unlisted as true will not be shown on the webinar list
|
||
unlisted: true
|
||
|
||
# Gated webinars will have a registration form and the user will need
|
||
# to fill out the form before viewing.
|
||
gated: false
|
||
|
||
# The layout of the landing page.
|
||
type: webinars
|
||
|
||
# External webinars will link to an external page instead of a webinar
|
||
# landing/registration page.
|
||
external: false
|
||
|
||
# The url slug for the webinar landing page. If this is an external
|
||
# webinar, use the external URL as the value here.
|
||
url_slug: "on-demand-getting-started-with-infrastructure-as-code"
|
||
|
||
# The content of the hero section.
|
||
hero:
|
||
# The title text in the hero. This also serves as the pages H1.
|
||
title: "Getting Started with Infrastructure as Code"
|
||
# The image the appears on the right hand side of the hero.
|
||
image: "/icons/containers.svg"
|
||
|
||
# Content for the left hand side section of the page.
|
||
main:
|
||
# Webinar title.
|
||
title: "Getting Started with Infrastructure as Code"
|
||
youtube_url: "https://www.youtube.com/embed/emv0iMwCkkg"
|
||
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
|
||
sortable_date: 2020-03-30T11:30:00.000+01:00
|
||
# Duration of the webinar.
|
||
duration: "2 hours"
|
||
# Datetime of the webinar.
|
||
datetime: "MON MAR 30, 2020 AT 11:30AM CET"
|
||
# Description of the webinar.
|
||
description: |
|
||
In this hands-on workshop, the Pulumi team will show you how to stand up basic services using Infrastructure as Code (IaC) through a series of hands-on labs. The techniques work for any cloud --- Azure, AWS, and Google Cloud. You’ll be able to leverage your favorite languages including Python, Go, JavaScript, TypeScript, and C# instead of YAML or domain-specific languages.
|
||
|
||
After completion of this webinar, you’ll be up and running with IaC fundamentals, modern application architectures across many clouds, and best-practices that are ready for production environments. You’ll also be ready to empower your development teams to be more productive --- continuously deploying both their applications and infrastructure.
|
||
|
||
View the prerequisites for this workshop [here](https://github.com/pulumi/infrastructure-as-code-workshop/blob/master/00-installing-prerequisites.md).
|
||
|
||
# The webinar presenters
|
||
presenters:
|
||
- name: Paul Stack
|
||
role: Software Engineer, Pulumi
|
||
- name: Mikhail Shilkov
|
||
role: Software Engineer, Pulumi
|
||
|
||
# A bullet point list containing what the user will learn during the webinar.
|
||
learn:
|
||
- This is a 100-level introduction to setting up your infrastructure using Pulumi with multiple languages.
|
||
- Cloud programming with your favorite language.
|
||
|
||
# The right hand side form section.
|
||
form:
|
||
# HubSpot form id.
|
||
hubspot_form_id: "190fa078-c3c0-4d80-bd9d-14428150b1af"
|
||
---
|