Topic 1 Question 297
You are developing a container build pipeline for an application hosted on GKE. You have the following requirements:
• Only images that are created using your build pipeline should be deployed on your GKE cluster. • All code and build artifacts should remain within your environment and protected from data exfiltration.
How should you build the pipeline?
- Create a build pipeline by using Cloud Build with the default worker pool.
- Deploy container images to a private container registry in your VPC.
- Create a VPC firewall policy in your project that denies all egress and ingress traffic to public networks.
- Create a build pipeline by using Cloud Build with a private worker pool.
- Use VPC Service Controls to place all components and services in your CI/CD pipeline inside a security perimeter.
- Configure your GKE cluster to only allow container images signed by Binary Authorization.
- Create a build pipeline by using Cloud Build with a private worker pool.
- Configure the CI/CD pipeline to build container images and store them in Artifact Registry.
- Configure Artifact Registry to encrypt container images by using customer-managed encryption keys (CMEK).
- Create a build pipeline by using Cloud Build with the default worker pool.
- Configure the CI/CD pipeline to build container images and store them in Artifact Registry.
- Configure your GKE cluster to only allow container images signed by Binary Authorization.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
VPC Service control for data exfiltration
👍 1anshad6662024/10/11
シャッフルモード