85 lines
3.4 KiB
Markdown
85 lines
3.4 KiB
Markdown
---
|
||
# Name of the webinar.
|
||
title: "Advanced Infrastructure as Code"
|
||
meta_desc: "Join us on April 16th, 2020 for a deep dive into Infrastructure as Code concepts with Pulumi CTO Luke Hoban."
|
||
|
||
aliases:
|
||
- /webinars/advanced-infrastructure-as-code-2020-04-16
|
||
|
||
# A featured webinar will display first in the list.
|
||
featured: false
|
||
|
||
# If the video is pre-recorded or live.
|
||
pre_recorded: false
|
||
|
||
# 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
|
||
block_external_search_index: true
|
||
|
||
# Gated webinars will have a registration form and the user will need
|
||
# to fill out the form before viewing.
|
||
gated: true
|
||
|
||
# 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: "advanced-infrastructure-as-code-2020-04-16"
|
||
|
||
# The content of the hero section.
|
||
hero:
|
||
# The title text in the hero. This also serves as the pages H1.
|
||
title: "Advanced 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: "Advanced Infrastructure as Code"
|
||
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
|
||
sortable_date: 2020-04-16T11:00:00.000-07:00
|
||
# Duration of the webinar.
|
||
duration: "90 minutes"
|
||
# Datetime of the webinar.
|
||
datetime: "THU APR 16, 2020 AT 11:00AM PDT"
|
||
# Description of the webinar.
|
||
description: |
|
||
This workshop will cover advanced [infrastructure as code](/what-is/what-is-infrastructure-as-code/) topics including using and authoring components, multi-stack architectures and testing - as well as how to apply infrastructure as code to Kubernetes - both for provisioning managed Kubernetes clusters and deploying Kubernetes applications and services on top of existing clusters.
|
||
|
||
After completing this workshop, you’ll be up and running with IaC fundamentals, modern application architectures across many clouds, and Kubernetes 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: Luke Hoban
|
||
role: CTO, Pulumi
|
||
|
||
# A bullet point list containing what the user will learn during the webinar.
|
||
learn:
|
||
- Infrastructure as Code fundamentals.
|
||
- Multi cloud architectures for moder applications.
|
||
- Kubernetes best practices for production environments.
|
||
|
||
# The right hand side webinar section.
|
||
form:
|
||
# GoToWebinar webinar key. This key allows us to register people for webinars via the
|
||
# HubSpot form.
|
||
gotowebinar_key: "6839023203910074382"
|
||
|
||
# HubSpot form id.
|
||
hubspot_form_id: "65d9ad2f-df3f-4fde-ab63-b56535f0faf7"
|
||
---
|