Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you allow a different team to deploy their integration on your Google Kubernetes Engine (GKE) cluster while preventing them from making changes to your existing application?
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.