A biomedical research institute is migrating its containerized genomic data processing workloads to Google Kubernetes Engine (GKE). The chief information security officer requires an architectural design that satisfies two strict security mandates: first, only container images that have been cryptographically verified and signed by the internal CI/CD build pipeline may be deployed to cluster nodes; second, any potential runtime container escapes or malicious hypervisor-level syscall anomalies must be detected out-of-band without adding sidecar agents to application pods. Which combination of Google Cloud services and configurations fulfills these requirements?
- Enforce Binary Authorization policies backed by Cloud KMS attestors for deployment validation, and enable Security Command Center Premium utilizing Container Threat Detection and Event Threat Detection.Cevap
- BConfigure VPC Service Controls perimeters around Artifact Registry and Cloud Storage to block unverified deployments and inspect runtime container kernel calls.
- CGrant the primitive IAM Owner role to the GKE cluster node service account to enable automated container image signature checking and continuous runtime threat prevention.
- DDisable control plane authorized networks on the private GKE cluster so Security Command Center can inspect container image layers and block unverified deployments.
Cevap
Enforce Binary Authorization policies backed by Cloud KMS attestors for deployment validation, and enable Security Command Center Premium utilizing Container Threat Detection and Event Threat Detection.
The solution requiring Binary Authorization policies backed by Cloud KMS attestors along with Security Command Center Premium (Container Threat Detection and Event Threat Detection) correctly satisfies both requirements. Binary Authorization ensures that only container images cryptographically signed during the CI/CD build process are allowed to run on GKE nodes. Security Command Center Premium's Container Threat Detection performs out-of-band kernel tracing on GKE nodes to identify container escapes, reverse shells, and malicious execution without requiring sidecar proxies.
Adım Adım Çözüm
Anahtar Kavram
Container Attestation and Runtime Threat Detection
Tahmini Süre:2m 30s