How to securely reference secrets in a Secret yaml file?

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • sealed-secrets

    A Kubernetes controller and tool for one-way encrypted Secrets

  • There are various tools out there using different ways to tackle secrets management for k8s. You can store them encrypted in git (e.g. https://github.com/bitnami-labs/sealed-secrets), use a secret management engine and insert your secrets using a secrets operator ( e.g. https://external-secrets.io/ - here you would store a CRD describing how to mount nt the secret) or use CSI implementations to mount secrets directly from your secrets provider in your pod (e.g. https://www.vaultproject.io/docs/platform/k8s/csi ).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts