QuestionQ289
Deploying applicationsYour team operates a Google Kubernetes Engine (GKE) cluster that runs an application. Another team plans to integrate with this application. Before they begin the integration, you must ensure that the other team cannot modify your application, while still allowing them to deploy the integration on GKE. What should you do?
- A Using Identity and Access Management (IAM), grant the Viewer IAM role on the cluster project to the other team.
- B Create a new GKE cluster. Using Identity and Access Management (IAM), grant the Editor role on the cluster project to the other team.
- C Create a new namespace in the existing cluster. Using Identity and Access Management (IAM), grant the Editor role on the cluster project to the other team.
- D Create a new namespace in the existing cluster. Using Kubernetes role-based access control (RBAC), grant the Admin role on the new namespace to the other team.
Community Discussion