Security

Secrets Store CSI Driver vs. External Secrets Operator

0

Managing secrets is critical for running secure and professional Kubernetes clusters. Sensitive data like API keys, database passwords, and TLS certificates need to be handled with care. While Kubernetes offers its own Secret object, it is often better to delegate the actual storage and management of secrets to external, specialized systems like AWS Secrets Manager, […]

Secrets Store CSI Driver vs. External Secrets Operator Read More »

Centralized Secrets with ESO and AWS Secrets Manager

+1

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

+1

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 »