Install ESO
External Secrets Operator is a Kubernetes operator that integrates external secret management systems like AWS Secrets Manager, HashiCorp Vault, Google Secrets Manager, Azure Key Vault and many more. The operator reads information from external APIs and automatically injects the values into a Kubernetes Secret.
Install External Secret Operator
Before creating any external secrets on Devtron, External Secret Operator
must be installed on the target cluster. External Secret Operator
allows you to use external secret management systems (e.g., AWS Secrets Manager, Hashicorp Vault, Azure Secrets Manager, Google Secrets Manager etc.) to securely inject secrets in Kubernetes.
You can install External Secrets Operator
using charts store:
Go to the Charts Store.
Search the chart named
external-secrets
.

If you don't find any chart with this name i.e
external-secrets
, add chart repository using repository urlhttps://charts.external-secrets.io
. Please follow this documentation for adding chart repository.Deploy the chart.
Last updated
Was this helpful?