diff --git a/themes/default/content/pulumi-up/_index.md b/themes/default/content/pulumi-up/_index.md index 91eda9d5044..b8ebf40dcd1 100644 --- a/themes/default/content/pulumi-up/_index.md +++ b/themes/default/content/pulumi-up/_index.md @@ -97,6 +97,52 @@ stories: description: | Gain valuable insights into immutable architecture, best practices, and recommended design patterns. +workshops: + - title: Platform Engineering with AWS Proton and Pulumi + url: /resources/platform-with-aws-proton-and-pulumi/ + description: | + In this workshop, you will learn how to enable self-service infrastructure for your organization using AWS Proton and Pulumi. + date: March 16, 2023 + + - title: Kubernetes on Google Cloud with Pulumi + url: /resources/kubernetes-on-google-cloud/ + description: | + In this workshop, you will learn how to deploy a Kubernetes cluster + on Google Cloud and run containerized applications on the cluster. + date: March 22, 2023 + + - title: Getting Started with Infrastructure as Code on AWS + url: /resources/getting-started-with-iac-pulumi-aws/ + description: | + This workshop is designed to help new users become familiar with the + core concepts needed to effectively deploy resources on AWS using Pulumi. + date: April 6, 2023 + + - title: Getting Started with Kubernetes on AWS + url: /resources/getting-started-with-kubernetes-aws/ + description: | + In this workshop, you will learn the fundamentals of setting up EKS + clusters on AWS through guided exercises using Pulumi. + date: April 26, 2023 + + - title: Introduction to Redis and Pulumi + url: /resources/introduction-to-redis-and-pulumi/ + description: | + Join the Redis and Pulumi team to learn how to deploy Redis Cloud resources on any cloud using any programming language with Pulumi. + date: July 13, 2023 + + - title: From Zero to Production in Kubernetes + url: /resources/from-zero-to-production-in-kubernetes/ + description: | + Explore how to leverage the power of Python with Pulumi, an infrastructure as code platform to define and manage your Kubernetes deployments. + date: July 20, 2023 + + - title: Deploying a Kubernetes Cluster on Equinix Metal + url: /resources/deploying-a-kubernetes-cluster-on-equinix-metal/ + description: | + In this code-centric session, you will learn how to manage Equinix Metal resources using Pulumi and the new Equinix Pulumi provider. + date: September 13, 2023 + personas: groups: - items: diff --git a/themes/default/layouts/page/pulumi-up-2023.html b/themes/default/layouts/page/pulumi-up-2023.html index 82de1ca8631..8ed0eb51dba 100644 --- a/themes/default/layouts/page/pulumi-up-2023.html +++ b/themes/default/layouts/page/pulumi-up-2023.html @@ -99,14 +99,14 @@

A MUST attend for...

-
+

DevStories and Demos

PulumiUP isn't just another developer conference. Our brilliant speakers are engineers like you, who tackled challenges, successfully implemented solutions, and some even founded their own companies. Listen to their stories, their ideas, be inspired and learn from the best.

-
+
{{ range .Params.stories }}
@@ -135,6 +135,32 @@
Don't miss out on this opportunity to improve your knowledge an
+
+
+

Workshops

+ +
+ {{ range .Params.workshops }} +
+
+
{{ .title }}
+ + + {{ .date }} + +

{{ .description }}

+ +
+
+ {{ end }} +
+
+
+

Why Attend