A financial services enterprise is designing a comprehensive container security and threat management architecture on Google Cloud for their Google Kubernetes Engine (GKE) microservices. The lead cloud security architect must select and configure specific Google Cloud security services to meet security enforcement, threat monitoring, and vulnerability scanning requirements across the supply chain and runtime environments. Match each Google Cloud security service on the left with its corresponding architectural requirement on the right.
- Binary AuthorizationPrevent deployment of container images to GKE clusters unless cryptographically signed by authorized CI/CD build attestors.
- Artifact Analysis Container ScanningAutomatically scan container images for known OS and language package vulnerabilities upon push to Artifact Registry and continuously re-scan as new CVEs are published.
- Security Command Center Event Threat DetectionAnalyze stream logs near real-time across the organization to detect suspicious activities such as brute-force attempts or unexpected IAM credential generation.
- GKE Security Posture DashboardEvaluate GKE workload configurations against security best practices and inspect running container OS vulnerabilities directly within cluster management views.
Answer
Binary Authorization maps to enforcing cryptographic image attestation at deployment time; Artifact Analysis Container Scanning maps to automated image scanning and continuous CVE monitoring in Artifact Registry; Security Command Center Event Threat Detection maps to real-time stream log analysis for threat detection; GKE Security Posture Dashboard maps to auditing workload configuration and container OS vulnerabilities in cluster management views.
Each selected security tool fulfills a specific role in a defense-in-depth container security strategy: Binary Authorization enforces policy checks at GKE deployment time; Artifact Analysis handles vulnerability scanning in Artifact Registry; Event Threat Detection performs log stream threat analysis; and the GKE Security Posture Dashboard delivers runtime workload configuration auditing and vulnerability assessment.
Step-by-Step Solution
Key Concept
Mapping Google Cloud container security, vulnerability scanning, and threat detection services to supply chain and runtime security requirements.