An enterprise financial institution is designing a zero-trust container pipeline and runtime protection architecture on Google Cloud for their mission-critical Google Kubernetes Engine (GKE) clusters. The security policy mandates three operational requirements:
1. Container images stored in Artifact Registry must be automatically analyzed for software vulnerabilities.
2. Only container images verified with cryptographic attestations created during the CI/CD pipeline can be deployed to GKE clusters.
3. Runtime security monitoring must analyze GKE node telemetry and audit streams to detect suspicious container executions, shell spawns, and anomaly events without requiring third-party agent deployments inside individual pods.
Which TWO architectural components must the Cloud Architect integrate to fulfill these security requirements? (Select TWO options.)
- Enable Container Analysis continuous scanning on Artifact Registry and configure GKE Binary Authorization to enforce deploy-time policy evaluation using Cloud KMS-signed attestations.Cevap
- Enable Security Command Center Premium to leverage Container Threat Detection and Event Threat Detection for agentless runtime monitoring of GKE nodes and GCP audit logs.Cevap
- CGrant the primitive Owner role (roles/owner) to the CI/CD service account so that it can bypass deploy-time vulnerability restrictions and execute raw container inspection commands across cluster worker nodes.
- DConfigure IAM permissions on the Container Analysis API to restrict pod network egress and prevent data exfiltration to unauthorized external networks from GKE workloads.