Topic 1 Question 213
You are deploying a microservices application to Google Kubernetes Engine (GKE). The application will receive daily updates. You expect to deploy a large number of distinct containers that will run on the Linux operating system (OS). You want to be alerted to any known OS vulnerabilities in the new containers. You want to follow Google-recommended best practices. What should you do?
Use the gcloud CLI to call Container Analysis to scan new container images. Review the vulnerability results before each deployment.
Enable Container Analysis, and upload new container images to Artifact Registry. Review the vulnerability results before each deployment.
Enable Container Analysis, and upload new container images to Artifact Registry. Review the critical vulnerability results before each deployment.
Use the Container Analysis REST API to call Container Analysis to scan new container images. Review the vulnerability results before each deployment.
ユーザの投票
コメント(10)
- 正解だと思う選択肢: D👍 1melisargh2022/12/02
- 正解だと思う選択肢: B👍 1ladannylondo2022/12/03
- 正解だと思う選択肢: B
"Container Analysis REST API" doesn't exist.
https://cloud.google.com/container-analysis/docs/os-overview says: The Container Scanning API allows you to automate OS vulnerability detection, scanning each time you push an image to Container Registry or Artifact Registry. Enabling this API also triggers language package scans for Go and Java vulnerabilities (Preview).
👍 1kisswd2022/12/04
シャッフルモード