99 lines
3.8 KiB
Markdown
Raw Permalink Normal View History

2021-04-12 14:12:03 -07:00
---
# Name of the webinar.
title: "AWS DevDay: Building a Kubernetes Platform in Amazon EKS"
meta_desc: "In this dev day workshop, you will examine how Pulumi interacts with Kubernetes, and build real-world examples of managing Amazon EKS clusters."
aws_dev_day: true
# A featured webinar will display first in the list.
featured: false
# If the video is pre-recorded or live.
pre_recorded: true
2021-04-12 14:12:03 -07:00
# 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: ""
# Webinars with unlisted as true will not be shown on the webinar list
unlisted: false
# Gated webinars will have a registration form and the user will need
# to fill out the form before viewing.
gated: false
2021-04-12 14:12:03 -07:00
# The layout of the landing page.
type: webinars
# External webinars will link to an external page instead of a webinar
# landing/registration page. If the webinar is external you will need
# set the 'block_external_search_index' flag to true so Google does not index
# the webinar page created.
external: false
block_external_search_index: 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: "aws-dev-day-building-a-kubernetes-platform"
# The content of the hero section.
hero:
# The title text in the hero. This also serves as the pages H1.
title: "AWS DevDay: Building a Kubernetes platform in Amazon EKS with Pulumi"
# 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: "AWS DevDay: Building a Kubernetes platform in Amazon EKS with Pulumi"
youtube_url: "https://www.youtube.com/embed/1GU4D-nvtXU"
2021-04-12 14:12:03 -07:00
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
sortable_date: 2021-05-04T09:00:00-07:00
# Duration of the webinar.
duration: "2 hours"
# Datetime of the webinar.
datetime: ""
# Description of the webinar.
description: |
2021-05-06 09:38:37 -07:00
In this workshop, well examine how Pulumi works with Kubernetes, and show real-world examples of managing Amazon EKS clusters.
2021-04-12 14:12:03 -07:00
2021-05-06 09:38:37 -07:00
We'll guide you through your first deployment to Kubernetes with Pulumi, before showing you the power of Pulumi's reusable components to turbo-charge your platform deployment.
Finally, well examine Pulumis automation API and leverage its powerful capabilities to expose your application deployment platform into your users' hands without asking them to write a single line of code!
2021-04-12 14:12:03 -07:00
**Target Audience**
Active Pulumi users, and users considering or actively building a Kubernetes platform
**Prerequisites**
Attendees should be familiar with Pulumi and have the Pulumi CLI installed on their machine.
Attendees should have access to an AWS account, temporary AWS accounts will be provided to users on a first come, first served basis.
# The webinar presenters
presenters:
- name: Lee Briggs
role: Community Engineer, Pulumi
- name: Andrew Park
role: Partner Solutions Architect, AWS
- name: Mansi Vaghela
role: Solutions Architect, AWS
- name: Marina Novikova
role: Partner Solutions Architect, AWS
# A bullet point list containing what the user will learn during the webinar.
learn:
- How-to provision a production-ready Amazon EKS cluster with key features enabled using Pulumi
- Provisioning the aws-load-balancer-controller to automate ingress creation
- Install an example application to show the end-to-end user experience for users.
form:
hubspot_form_id: "cdce51df-e0de-4192-9d81-80b0be726129"
---