Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add External Secrets Operator (ESO) integration page #12978

Merged
merged 2 commits into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
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
Loading