Tag Archives: archive

In order to deploy application you have to create an archive (.zip, .tgz, tar.gz file) that Includes

In order to deploy application you have to create an archive (.zip, .tgz, tar.gz file) that Includes the application and any dependent libraries-You must also create a metadata file If you need to Specify a launch command or other parameters. Which metadata file is mandatory?Response: A. app.yml B. conflg.yml C. deployment.Json D. manifest.json , Correct Answer: A