2024-09-06 13:12:14 +00:00
# [Sponsored by](https://opencollective.com/external-secrets-org)
[![cs-logo ](./pictures/cs_logo.png )](https://container-solutions.com)
[![External Secrets inc. ](./pictures/ESI_Logo.svg )](https://externalsecrets.com)
[![Form3 ](./pictures/form3_logo.png )](https://www.form3.tech/)
[![Pento ](./pictures/pento_logo.png )](https://pento.io)
2021-03-01 07:31:02 +00:00
# Introduction
![high-level ](./pictures/diagrams-high-level-simple.png )
**External Secrets Operator** is a Kubernetes operator that integrates external
secret management systems like [AWS Secrets
Manager](https://aws.amazon.com/secrets-manager/), [HashiCorp
Vault](https://www.vaultproject.io/), [Google Secrets
Manager](https://cloud.google.com/secret-manager), [Azure Key
2024-10-30 21:30:33 +00:00
Vault](https://azure.microsoft.com/en-us/services/key-vault/), [IBM Cloud Secrets Manager ](https://www.ibm.com/cloud/secrets-manager ), [CyberArk Conjur ](https://www.conjur.org ), [Pulumi ESC ](https://www.pulumi.com/product/esc/ ) and many more. The
2021-03-01 07:31:02 +00:00
operator reads information from external APIs and automatically injects the
values into a [Kubernetes
Secret](https://kubernetes.io/docs/concepts/configuration/secret/).
### What is the goal of External Secrets Operator?
The goal of External Secrets Operator is to synchronize secrets from external
APIs into Kubernetes. ESO is a collection of custom API resources -
`ExternalSecret` , `SecretStore` and `ClusterSecretStore` that provide a
user-friendly abstraction for the external API that stores and manages the
lifecycle of the secrets for you.
### Where to get started
2022-10-29 18:15:50 +00:00
To get started, please read through [API overview ](introduction/overview.md ) this should
2021-03-01 07:31:02 +00:00
give you a high-level overview to understand the API and use-cases. After that
2022-09-01 07:53:22 +00:00
please follow one of our [guides ](guides/introduction.md ) to get a jump start
2022-10-29 18:15:50 +00:00
using the operator. See our [getting started guide ](introduction/getting-started.md ) for installation instructions.
2021-03-01 07:31:02 +00:00
For a complete reference of the API types please refer to our [API
2022-10-29 18:15:50 +00:00
Reference](api/spec.md).
2021-03-01 07:31:02 +00:00
### How to get involved
2022-11-01 20:59:10 +00:00
This project is driven by its users and contributors, and we welcome everybody
2021-03-01 07:31:02 +00:00
to get involved. Join our meetings, open issues or ask questions in Slack. The
success of this project depends on your input: No contribution is too small -
even opinions matter!
How to get involved:
2023-03-24 23:47:10 +00:00
- Bi-weekly Development Meeting every odd week at [8:00 PM Berlin Time ](https://dateful.com/time-zone-converter?t=20:00&tz=Europe/Berlin ) on Wednesday
2022-04-19 19:02:19 +00:00
([agenda](https://hackmd.io/GSGEpTVdRZCP6LDxV3FHJA), [jitsi call ](https://meet.jit.si/eso-community-meeting ))
2021-03-01 07:31:02 +00:00
- [Kubernetes Slack
#external -secrets](https://kubernetes.slack.com/messages/external-secrets)
2022-09-01 07:53:22 +00:00
- [Contributing Process ](contributing/process.md )
2022-06-24 18:39:34 +00:00
- [Twitter ](https://twitter.com/ExtSecretsOptr )
2021-05-03 14:27:24 +00:00
### Kicked off by
2022-04-06 15:31:24 +00:00
![godaddy-logo ](./pictures/godaddy_logo.png )