External Secrets Operator (opens in new tab)
## API Overview ## Architecture The External Secrets Operator extends Kubernetes with Custom Resources, which define where secrets live and how to synchronize them\. The controller fetches secrets from an external API and creates Kubernetes secrets\. If the secret from the external API changes, the controller will reconcile the state in the cluster and update the secrets accordingly\. ## Resource model To understand the mechanics of the operator let's start with the data model\. The Sec...
Read the original article