Overview
Search…
⌃K
Links

Set up config and secret management

Set up secret management using EVs, Kubernetes, and Azure Key Vault
There are numerous ways to pass configurations to containers at run time. As you set up your Azure DuploCloud environment, consider the following options for configuration and secret management.

Environmental variables (EVs)

  • Using EVs can be a simple method for configuration and secret management, but can be more complex if you have many configurations, especially for files and certificates.
  • In Kubernetes, you have the option to populate environment variables from Config Maps or Secrets.

Kubernetes

Config Maps

You can mount data from a Kubernetes ConfigMap as files or import it as environment variables.

Secrets

You can mount data from a Kubernetes Secret as files or import it as environment variables.

Azure Key Vault

DuploCloud Portal supports Azure Key Vault for secrets management.
In the Portal, navigate to DevOps -> Keyvault to add, store, and delete secrets.