Populating Docker containers with sensitive information using kubernetes

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

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

    Store and retrieve encrypted configs from etcd or consul (by xordataexchange)

  • use crypt to set the configuration value into etcd (which is encrypted using the private key)

  • kubernetes

    Production-Grade Container Scheduling and Management

  • create a kubernetes secret containing the private key, like so

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

    Manage local application configuration files using templates and data from etcd or consul

  • this can then be incorporated into confd, which populates local files according to a template definition (such as Apache or WordPress config files)

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