Skip to content

Commit

Permalink
feat: add External Secrets Operator (ESO) integration page
Browse files Browse the repository at this point in the history
  • Loading branch information
dirien committed Oct 4, 2024
1 parent 6c65eac commit d9c366e
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 3 deletions.
3 changes: 2 additions & 1 deletion content/docs/esc/integrations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ ESC also integrates with tools like Direnv, Terraform, and Docker to help manage

## Kubernetes

- [Kubernetes](/docs/esc/integrations/kubernetes)
- [Kubernetes](/docs/esc/integrations/kubernetes/kubernetes)
- [External Secrets Operator (ESO)](/docs/esc/integrations/kubernetes/external-secrets-operator)

## Developer tools

Expand Down
22 changes: 22 additions & 0 deletions content/docs/esc/integrations/kubernetes/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Kubernetes
title_tag: Kubernetes integrations | Pulumi ESC
h1: ESC Kubernetes integrations
meta_desc: Pulumi ESC integrates with Kubernetes to manage configurations, credentials, and kubeconfig files.
menu:
esc:
identifier: esc-kubernetes-integrations
parent: esc-integrations
weight: 5
aliases:
- /docs/esc/kubernetes-integrations
---

Pulumi ESC's rich metadata and support for popular configuration formats enables easy integration with Kubernetes. This allows you to manage configurations, credentials, and `kubeconfig` files for Kubernetes clusters, and to interact with Kubernetes tools such as `kubectl` and `helm`. Additionally, Pulumi ESC integrates with different tools in the Kubernetes ecosystem, such as the Pulumi Kubernetes provider and the External Secrets Operator (ESO).

To learn how to configure Kubernetes with Pulumi ESC, see the following topics:

| Tool | Description |
|------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| [Kubernetes](/docs/esc/integrations/kubernetes/kubernetes) | Pulumi ESC integrates with Kubernetes to manage configurations, credentials, and kubeconfig files, with kubectl and helm, and Pulumi Kubernetes provider. |
| [External Secrets Operator (ESO)](/docs/esc/integrations/kubernetes/external-secrets-operator) | Pulumi ESC integrates with the External Secrets Operator (ESO) to manage and deliver secrets in Kubernetes clusters. | |
Loading

0 comments on commit d9c366e

Please sign in to comment.