A digital entertainment platform hosts high-throughput microservices in Google Kubernetes Engine (GKE) and stores build artifacts in Artifact Registry. The security operations team requires a Google Cloud-native security architecture that automatically inspects container images for known software vulnerabilities upon repository upload, and continuously monitors runtime container behavior and cloud audit logs for compromised workloads or reverse shells without requiring third-party agent installations. Which TWO security capabilities should the cloud architect recommend? (Select TWO)
- Enable Container Analysis vulnerability scanning in Artifact Registry to automatically scan container images for known CVEs when pushed.Cevap
- Enable Security Command Center Threat Detection services, specifically Container Threat Detection and Event Threat Detection, for agentless runtime and log monitoring.Cevap
- CAssign the IAM Owner primitive role to the container build service account so vulnerability scanning services can automatically remediate cluster node OS packages.
- DConfigure VPC Service Controls perimeters as the primary mechanism to unpack and analyze container image layers for application vulnerabilities during deployment.
Cevap
The cloud architect should enable Container Analysis vulnerability scanning in Artifact Registry to continuously inspect container images for known CVEs, and enable Security Command Center Container Threat Detection and Event Threat Detection to provide agentless runtime threat monitoring.
Enabling Container Analysis vulnerability scanning ensures that container images stored in Artifact Registry are automatically scanned for known vulnerabilities upon upload. Furthermore, enabling Security Command Center services (Container Threat Detection and Event Threat Detection) provides native, agentless runtime security monitoring across container environments and cloud logs without needing guest agents installed in each pod.
Adım Adım Çözüm
Anahtar Kavram
Vulnerability Scanning, Container Security, and Threat Detection