AZ-204 · Question #76
Case Study 2 - Coho Winery LabelMaker app Coho Winery produces bottles, and distributes a variety of wines globally. You are developer implementing highly scalable and resilient applications to…
The correct answer is B. Place the Azure Active Directory account into an Azure AD group. Create a ClusterRoleBinding. Scenario: The LabelMaker applications must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster. Permissions can be granted within a namespace with a RoleBinding, or cluster-wide with a ClusterRoleBinding…
Question
Options
- ACreate a conditional access policy and assign it to the Azure Kubernetes Service cluster.
- BPlace the Azure Active Directory account into an Azure AD group. Create a ClusterRoleBinding
- CCreate a RoleBinding and assign it to the Azure AD account.
- DCreate a Microsoft Azure Active Directory service principal and assign it to the Azure Kubernetes
How the community answered
(32 responses)- A6% (2)
- B75% (24)
- C16% (5)
- D3% (1)
Explanation
Scenario: The LabelMaker applications must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster. Permissions can be granted within a namespace with a RoleBinding, or cluster-wide with a ClusterRoleBinding. https://kubernetes.io/docs/reference/access-authn-authz/rbac/
Topics
Community Discussion
No community discussion yet for this question.