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

Commit

Permalink
Add ESC to next steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Nov 3, 2023
1 parent 843af4d commit 343df8e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 12 deletions.
16 changes: 12 additions & 4 deletions themes/default/content/docs/clouds/aws/get-started/next-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,27 @@ Dive into Learn Pulumi for a comprehensive walkthrough of key Pulumi concepts in

{{< get-started-next-step path="/learn/pulumi-fundamentals" label="Learn Pulumi Fundamentals" ref="gs-aws-learn" >}}

## How-to Guides
## Explore Some Examples

Explore our how-to guides if you're looking for examples of specific architectures or application stacks. These guides are available in all Pulumi languages and cover many common architectures such as [static websites](/registry/packages/aws-native/how-to-guides/aws-native-ts-s3-folder/), [EC2 virtual machines](/registry/packages/aws/how-to-guides/ec2-webserver/), [EKS clusters](/registry/packages/aws/how-to-guides/aws-ts-eks/), [Fargate containers](/registry/packages/aws/how-to-guides/ecs-fargate/), and [serverless applications](/registry/packages/aws/how-to-guides/rest-api/).
Explore our how-to guides for examples of specific architectures or application stacks. These guides are available in all Pulumi languages and cover many common architectures such as [static websites](/registry/packages/aws-native/how-to-guides/aws-native-ts-s3-folder/), [EC2 virtual machines](/registry/packages/aws/how-to-guides/ec2-webserver/), [EKS clusters](/registry/packages/aws/how-to-guides/aws-ts-eks/), [Fargate containers](/registry/packages/aws/how-to-guides/ecs-fargate/), and [serverless applications](/registry/packages/aws/how-to-guides/rest-api/).

{{< get-started-next-step path="/registry/packages/aws/how-to-guides" label="Explore How-to Guides" ref="gs-aws-guides" >}}

## How Pulumi Works
## Learn How Pulumi Works

Learn how Pulumi works from its architecture to key concepts, including [stacks](/docs/concepts/stack/), [state](/docs/concepts/state/), [configuration](/docs/concepts/config/), and [secrets](/docs/concepts/secrets/).

{{< get-started-next-step path="/docs/concepts/" label="Read Documentation" ref="gs-aws-docs" >}}

## Blog Posts
## Try Pulumi ESC (Environments, Secrets, and Configuration)

In this guide, you configured Pulumi for AWS using [stack configuration](/docs/concepts/config/) and locally set environment variables. But did you know you can also configure Pulumi (and even your shell environment) dynamically with [Pulumi ESC](/product/esc/)?

Currently in public preview, Pulumi ESC introduces the concept of _environments_ --- collections of static and dynamic settings and secrets obtainable from many different sources, including cloud providers like AWS through OpenID Connect.

{{< get-started-next-step path="/blog/environments-secrets-configurations-management/" label="Learn more about Pulumi ESC" ref="gs-aws-esc" >}}

## Check Out the Blog

Read through the latest blog posts about using Pulumi with AWS, including everything from new AWS features and products supported by Pulumi to technical architectures and best practices.

Expand Down
16 changes: 12 additions & 4 deletions themes/default/content/docs/clouds/azure/get-started/next-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,27 @@ Dive into Learn Pulumi for a comprehensive walkthrough of key Pulumi concepts in

{{< get-started-next-step path="/learn/pulumi-fundamentals" label="Learn Pulumi Fundamentals" ref="gs-azure-learn" >}}

## How-to Guides
## Explore Some Examples

Explore our how-to guides if you're looking for examples of specific architectures or application stacks. These guides are available in all Pulumi languages and cover many common architectures such as [static websites](/registry/packages/azure-native/how-to-guides/azure-ts-static-website/), [virtual machines](/registry/packages/azure-native/how-to-guides/azure-ts-webserver/), [AKS clusters](/registry/packages/azure-native/how-to-guides/azure-ts-aks/), [container instances](/registry/packages/azure-native/how-to-guides/azure-ts-aci/), and [functions](/registry/packages/azure-native/how-to-guides/azure-ts-functions/).
Explore our how-to guides for examples of specific architectures or application stacks. These guides are available in all Pulumi languages and cover many common architectures such as [static websites](/registry/packages/azure-native/how-to-guides/azure-ts-static-website/), [virtual machines](/registry/packages/azure-native/how-to-guides/azure-ts-webserver/), [AKS clusters](/registry/packages/azure-native/how-to-guides/azure-ts-aks/), [container instances](/registry/packages/azure-native/how-to-guides/azure-ts-aci/), and [functions](/registry/packages/azure-native/how-to-guides/azure-ts-functions/).

{{< get-started-next-step path="/registry/packages/azure-native/how-to-guides" label="Explore How-to Guides" ref="gs-azure-guides" >}}

## How Pulumi Works
## Learn Pulumi Works

Learn how Pulumi works from its architecture to key concepts, including [stacks](/docs/concepts/stack/), [state](/docs/concepts/state/), [configuration](/docs/concepts/config/), and [secrets](/docs/concepts/secrets/).

{{< get-started-next-step path="/docs/concepts/" label="Read Documentation" ref="gs-azure-docs" >}}

## Blog Posts
## Try Pulumi ESC (Environments, Secrets, and Configuration)

In this guide, you configured Pulumi for AWS using [stack configuration](/docs/concepts/config/) and locally set environment variables. But did you know you can also configure Pulumi (and even your shell environment) dynamically with [Pulumi ESC](/product/esc/)?

Currently in public preview, Pulumi ESC introduces the concept of _environments_ --- collections of static and dynamic settings and secrets obtainable from many different sources, including cloud providers like Azure through OpenID Connect.

{{< get-started-next-step path="/blog/environments-secrets-configurations-management/" label="Learn more about Pulumi ESC" ref="gs-azure-esc" >}}

## Check Out the Blog

Read through the latest blog posts about using Pulumi with Azure, including everything from new Azure features and products supported by Pulumi to technical architectures and best practices.

Expand Down
16 changes: 12 additions & 4 deletions themes/default/content/docs/clouds/gcp/get-started/next-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,27 @@ Dive into Learn Pulumi for a comprehensive walkthrough of key Pulumi concepts in

{{< get-started-next-step path="/learn/pulumi-fundamentals" label="Learn Pulumi Fundamentals" ref="gs-gcp-learn" >}}

## How-to Guides
## Explore Some Examples

Explore our how-to guides if you're looking for examples of specific architectures or application stacks. These guides are available in all Pulumi languages and cover many common architectures such as [GKE clusters](/registry/packages/gcp/how-to-guides/gcp-ts-gke-hello-world/), [Cloud Run containers](/registry/packages/gcp/how-to-guides/gcp-ts-cloudrun/), and [Cloud Function HTTP endpoints](/registry/packages/gcp/how-to-guides/gcp-ts-functions/).
Explore our how-to guides for examples of specific architectures or application stacks. These guides are available in all Pulumi languages and cover many common architectures such as [GKE clusters](/registry/packages/gcp/how-to-guides/gcp-ts-gke-hello-world/), [Cloud Run containers](/registry/packages/gcp/how-to-guides/gcp-ts-cloudrun/), and [Cloud Function HTTP endpoints](/registry/packages/gcp/how-to-guides/gcp-ts-functions/).

{{< get-started-next-step path="/registry/packages/gcp/how-to-guides" label="Explore How-to Guides" ref="gs-gcp-guides" >}}

## How Pulumi Works
## Learn How Pulumi Works

Learn how Pulumi works from its architecture to key concepts, including [stacks](/docs/concepts/stack/), [state](/docs/concepts/state/), [configuration](/docs/concepts/config/), and [secrets](/docs/concepts/secrets/).

{{< get-started-next-step path="/docs/concepts/" label="Read Documentation" ref="gs-gcp-docs" >}}

## Blog Posts
## Try Pulumi ESC (Environments, Secrets, and Configuration)

In this guide, you configured Pulumi for AWS using [stack configuration](/docs/concepts/config/) and locally set environment variables. But did you know you can also configure Pulumi (and even your shell environment) dynamically with [Pulumi ESC](/product/esc/)?

Currently in public preview, Pulumi ESC introduces the concept of _environments_ --- collections of static and dynamic settings and secrets obtainable from many different sources, including cloud providers like Azure through OpenID Connect.

{{< get-started-next-step path="/blog/environments-secrets-configurations-management/" label="Learn more about Pulumi ESC" ref="gs-azure-esc" >}}

## Check Out the Blog

Read through the latest blog posts about using Pulumi with Google Cloud, including everything from new Google Cloud features and products supported by Pulumi to technical architectures and best practices.

Expand Down

0 comments on commit 343df8e

Please sign in to comment.