eso

Centralized Secrets with ESO and AWS Secrets Manager

If you manage several Kubernetes clusters across different AWS accounts, you know it can be challenging to manage Kubernetes secrets across all of those clusters. This article describes a method to store secrets values in AWS Secrets Manager in a single account and use those secrets in Kubernetes clusters running in different AWS accounts. Furthermore, […]

Centralized Secrets with ESO and AWS Secrets Manager Read More »

Getting Started with External Secrets Operator

Why External Secrets Operator Whenever we talk about secrets in Kubernetes, we typically mean sensitive data that should be shared with applications. These are things like API keys, database credentials, certificates, tokens, etc. Kubernetes has a native Secret Object that can expose secrets to pods, however, there are some drawbacks with the built-in approach: To

Getting Started with External Secrets Operator Read More »

Scroll to Top