dp export
The ‘dp export’ command exports configurations to services such as docker, kubernetes, heroku and heroku
In the microservice production environment, it is necessary to pass the configuration parameters and credentials as external variables. Use the command below to export.
Export settings 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 settings for use in 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 the credentials and configurations that will be passed on to the microservices.
Last modified August 20, 2024 (2f9802da)