Configuration and Secret management in Azure
There are many ways to pass configurations to containers at run-time. Although simple to set up, using Environmental Variables can become complex if there are too many configurations, especially files and certificates. In Kubernetes, you also have the option to populate environment variables from Config Maps or Secrets.
DuploCloud Portal supports Azure Key Vault for secrets management.
In the Portal, navigate to Cloud Services -> Keyvault to add, store, and delete secrets.
See the Kubernetes Configs and Secrets section.