-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add External Secrets Operator (ESO) integration page
- Loading branch information
Showing
4 changed files
with
502 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | | |
Oops, something went wrong.