Solved

One of the Developers on Your Team Deployed Their Application

Question 33

Multiple Choice

One of the developers on your team deployed their application in Google Container Engine with the Dockerfile below. They report that their application deployments are taking too long. One of the developers on your team deployed their application in Google Container Engine with the Dockerfile below. They report that their application deployments are taking too long.   You want to optimize this Dockerfile for faster deployment times without adversely affecting the app's functionality. Which two actions should you take? Choose 2 answers. A)  Remove Python after running pip B)  Remove dependencies from requirements.txt C)  Use a slimmed-down base image like Alpine Linux D)  Use larger machine types for your Google Container Engine node pools E)  Copy the source after he package dependencies (Python and pip)  are installed You want to optimize this Dockerfile for faster deployment times without adversely affecting the app's functionality. Which two actions should you take? Choose 2 answers.


A) Remove Python after running pip
B) Remove dependencies from requirements.txt
C) Use a slimmed-down base image like Alpine Linux
D) Use larger machine types for your Google Container Engine node pools
E) Copy the source after he package dependencies (Python and pip) are installed

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions