Topic 1 Question 240
Your team manages a large Google Kubernetes Engine (GKE) cluster. Several application teams currently use the same namespace to develop microservices for the cluster. Your organization plans to onboard additional teams to create microservices. You need to configure multiple environments while ensuring the security and optimal performance of each team’s work. You want to minimize cost and follow Google-recommended best practices. What should you do?
Create new role-based access controls (RBAC) for each team in the existing cluster, and define resource quotas.
Create a new namespace for each environment in the existing cluster, and define resource quotas.
Create a new GKE cluster for each team.
Create a new namespace for each team in the existing cluster, and define resource quotas.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: A
To configure more granular access to Kubernetes resources at the cluster level or within Kubernetes namespaces, you use Role-Based Access Control (RBAC). RBAC allows you to create detailed policies that define which operations and resources you allow users and service accounts to access. With RBAC, you can control access for Google Accounts, Google Cloud service accounts, and Kubernetes service accounts. T
👍 2Pime132023/02/19 - 正解だと思う選択肢: D
for each team, hence need namespaces and quota
👍 2guruguru2023/03/24 - 正解だと思う選択肢: A👍 1TNT872023/01/31
シャッフルモード