Kubernetes can, through a CRD, retrieve secrets from AWS Secrets Manager.
Vault cannot replace this functionality, right?
Does anyone know a good comparison of AWS Secrets Manager and HashiCorp Vault, similar to the following?
Kubernetes can, through a CRD, retrieve secrets from AWS Secrets Manager.
Vault cannot replace this functionality, right?
Does anyone know a good comparison of AWS Secrets Manager and HashiCorp Vault, similar to the following?
We don’t have a formal write-up of the differences between them (though, we probably should), but some quick highlights:
EKS doesn’t really handle external secrets (yet?), but i have to assume it will at some point:
As far as having Vault involved instead of something like this, would having a non-aws tool stuck in between AWS IAM and Amazon’s incomplete k8s implementation typically be too much impedence for customers just getting started with secrets management?
Check out this article for comparison: AWS Secrets Manager vs HashiCorp Vault [2024]