Question 30:
A 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?
Answer options:
A. Use Cloud Build to build the container images. B. Build small containers using small base images. C. Delete non-used versions from Container Registry. D. Use a Continuous Delivery tool to deploy the application.