dp export

The ‘dp export’ command exports configurations to services such as docker, kubernetes, heroku and the ‘dp export’ command.

In the productive environment of the microservice, it is necessary to pass the configuration parameters and credentials as external variables. Use the command below to export.

Export configurations for use in docker

dp export docker

Export configurations for use in Kubernetes

dp export kubernetes

Export Settings for Use on Heroku

dp export heroku

Export configurations for use on Google Cloud

dp export googlerun

In the production environment we recommend the use of digital vault (Azure key vault, AWS Key Management Service (KMS), Google Cloud Key Management, HashiCorp Vault) to store and protect for the credentials and configurations that will be passed to the microservices.

Last modified October 17, 2023 (e38ae05b)