Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

add ESC video to ESC product page #3512

Merged
merged 4 commits into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ tags:

Today, we’re excited to introduce [**Pulumi ESC**](/product/esc/), a new product from Pulumi that manages and tames secrets and configuration complexity across all of your cloud infrastructure and application environments. Pulumi ESC introduces a new category of configuration-as-code product, motivated by our experience working with hundreds of Pulumi IaC customers to address their needs in managing secrets and configuration at scale within their Pulumi infrastructure and across other cloud applications and infrastructure projects.

<!--more-->

{{< youtube "MtV_LPZKNP8?rel=0" >}}

Pulumi ESC enables teams to aggregate secrets and configuration from many sources, manage hierarchical collections of configuration and secrets ("environments"), and consume those configuration and secrets from a variety of different infrastructure and application services. Pulumi ESC works hand-in-hand with Pulumi IaC to simplify configuration management, but also works independently from Pulumi IaC, as a solution for managing environments, secrets and configuration for any application or infrastructure project.

For example, the Pulumi ESC CLI (`esc`) makes it possible to give your developers immediate, just-in-time authenticated and short-lived access to cloud credentials across any cloud provider with just a single command: `esc run aws-staging -- aws s3 ls`.

<!--more-->

![Pulumi ESC Overview GIF](esc.gif)

Here are just a few of the exciting use cases we've seen for Pulumi ESC:
Expand Down
15 changes: 4 additions & 11 deletions themes/default/layouts/product/esc.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ <h1 class="flex flex-col items-center">

{{ define "main" }}
{{ $pageContext := . }}
<!--<section id="overview" class="container mx-auto my-16 lg:mt-16 lg:mb-8 px-6">
<section id="overview" class="container mx-auto my-16 lg:mt-16 lg:mb-8 px-6">
<div class="lg:flex">
<div class="lg:w-1/2 lg:order-last mb-8 lg:mb-0 relative h-full">
<div class="rounded-xl shadow-2xl relative h-0 overflow-hidden" style="padding-bottom: 50.25%;">
<iframe
src="//www.youtube.com/embed/kFHb8f2fk9k?rel=0"
src="https://www.youtube.com/embed/MtV_LPZKNP8?si=y2G2NXlrKBQSLGUd?rel=0"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;"
allowfullscreen=""
title="Automation API Overview"
srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img{position:absolute;width:100%;top:0;bottom:0;margin:auto}</style><a href=https://www.youtube.com/embed/kFHb8f2fk9k?autoplay=1><img src='/images/video-cards/automation-api-demo.png' alt='Introduction to Pulumi: Universal Infrastructure as Code'></a>"
title="Pulumi ESC Introduction"
srcdoc="<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img{position:absolute;width:100%;top:0;bottom:0;margin:auto}</style><a href=https://www.youtube.com/embed/MtV_LPZKNP8?si=y2G2NXlrKBQSLGUd?autoplay=1><img src='/images/video-cards/esc-intro.png' alt='Introducing Pulumi ESC: Environments, Secrets, and Configuration'></a>"
></iframe>
</div>
</div>
Expand All @@ -38,13 +38,6 @@ <h3>Centralized environments, secrets, and configuration management for cloud ap
</div>
</div>
</div>
</section>-->
<section id="overview" class="max-w-5xl mx-auto text-center my-16 px-6">
<h3>Centralized environments, secrets, and configuration management for cloud applications and infrastructure</h3>
<p class="text-center">Today’s cloud environments access a multitude of configurations – including network settings, deployment options, API Keys, and other important secrets like database credentials – from many different types of cloud infrastructure and SaaS services. Every team stores configuration settings like these in different locations, from secrets managers to plaintext files. This sprawl leads to configuration that is uncontrolled and untraceable, leading to operational bottlenecks, outages linked to human error, and security breaches. Pulumi ESC enables you to centrally manage all configuration and secrets across your organization.</p>
<div class="mt-8">
<a href="/docs/pulumi-cloud/esc/get-started/" class="btn-primary">Get Started</a>
</div>
</section>

<section id="benefits" class="container mx-auto text-center my-16 px-6">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.