
Ultimate access to all questions.
You are deploying a microservices application to Google Kubernetes Engine (GKE) with daily updates. The application will run a large number of distinct Linux-based containers, and you need to be alerted about known OS vulnerabilities in new containers while adhering to Google-recommended best practices. What should you do?
A
Use the gcloud CLI to call Container Analysis to scan new container images. Review the vulnerability results before each deployment.
B
Enable Container Analysis, and upload new container images to Artifact Registry. Review the vulnerability results before each deployment.
C
Enable Container Analysis, and upload new container images to Artifact Registry. Review the critical vulnerability results before each deployment.
D
Use the Container Analysis REST API to call Container Analysis to scan new container images. Review the vulnerability results before each deployment.