A biomedical research company is automating the infrastructure provisioning process on Google Cloud for a distributed genomic processing platform. The architecture requires deploying a private Google Kubernetes Engine (GKE) cluster for core compute services alongside automated Terraform pipelines for provisioning Compute Engine Managed Instance Groups (MIGs). The security and operations teams require that administrative control plane access to the private GKE cluster be strictly limited to trusted corporate networks, and that infrastructure state storage prevents concurrent execution conflicts or loss of state history. Which TWO deployment configuration actions should the Cloud Architect recommend to fulfill these operational and security constraints?
- Configure control plane authorized networks on the private GKE cluster using explicit corporate CIDR ranges.Cevap
- Configure a Google Cloud Storage remote backend with object versioning and state locking for Terraform state management.Cevap
- CGrant the Service Account Admin role (roles/iam.serviceAccountAdmin) to the CI/CD pipeline service account to allow instance template provisioning.
- DMaintain the Infrastructure as Code (IaC) state file in unversioned local storage within the transient CI/CD runner container to maximize build execution speed.
- EProvision an additional dedicated GKE cluster to serve simple stateless static documentation microservices.