How can I encrypt data in a ConfigMap?

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
  • sops

    Simple and flexible tool for managing secrets

  • Firstly for sensitive data I would use a secret which is base64 encode. To encrypt the encoded data I would look at using SOPS https://github.com/mozilla/sops. Using Sealed Secrets https://github.com/bitnami-labs/sealed-secrets is another option also

  • sealed-secrets

    A Kubernetes controller and tool for one-way encrypted Secrets

  • Firstly for sensitive data I would use a secret which is base64 encode. To encrypt the encoded data I would look at using SOPS https://github.com/mozilla/sops. Using Sealed Secrets https://github.com/bitnami-labs/sealed-secrets is another option also

  • 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