Question 42 of 318
Single answerA DevOps team will create a new container to run on Google Kubernetes Engine. As the application will be internet-facing, they want to minimize the attack surface of the container.
What should they do?
What should they do?
AUse Cloud Build to build the container images.
✓BBuild small containers using small base images.
CDelete non-used versions from Container Registry.
DUse a Continuous Delivery tool to deploy the application.
✓
Correct Answer: B
Build small containers using small base images.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.