Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

VMware 3V0-24.25 Exam - Topic 3 Question 11 Discussion

Which object type does the Kubernetes RBAC API declare?
A) ClusterRole and ClusterRoleBinding
B) ClusterObject and ClusterNode
C) ValidatingAdmissionPolicy and ResourceQuotas
D) Container and Deployment

VMware 3V0-24.25 Exam - Topic 3 Question 11 Discussion

Actual exam question for VMware's 3V0-24.25 exam
Question #: 11
Topic #: 3
[All 3V0-24.25 Questions]

Which object type does the Kubernetes RBAC API declare?

Show Suggested Answer Hide Answer
Suggested Answer: A

Kubernetes Role-Based Access Control (RBAC) is implemented through theRBAC API group(rbac.authorization.k8s.io) and defines the core authorization primitives used to grant permissions to users, groups, and service accounts. The cluster-scoped objects declared by the RBAC API areClusterRoleandClusterRoleBinding. AClusterRoledefines a set of permissions (verbs such as get/list/watch/create/update/delete) over resources at thecluster scope(including cluster-wide resources and optionally namespaced resources across namespaces). AClusterRoleBindingthenbindsthat ClusterRole to a subject (user/group/serviceaccount), making those permissions effective cluster-wide.

This differs from namespace-scoped RBAC objects (RoleandRoleBinding) which apply only within a single namespace. The other options are incorrect becauseClusterObject/ClusterNodeare not RBAC API objects,ValidatingAdmissionPolicybelongs to the admission control API surface (policy enforcement),ResourceQuotais a namespace resource governance object, andContainer/Deploymentare workload/runtime concepts defined in the core/apps APIs rather than authorization primitives.


Contribute your Thoughts:

0/2000 characters
Mila
3 days ago
Definitely A. The others don't fit RBAC at all.
upvoted 0 times
...
Kasandra
8 days ago
I agree! RBAC is all about roles and bindings.
upvoted 0 times
...
Vicki
13 days ago
I'm leaning towards A. ClusterRole and ClusterRoleBinding seem right.
upvoted 0 times
...
Noel
19 days ago
Are you sure about that? Seems a bit off to me.
upvoted 0 times
...
Teri
24 days ago
Definitely A, no doubt about it!
upvoted 0 times
...
Merilyn
29 days ago
Wow, I didn't know there were so many object types!
upvoted 0 times
...
Ressie
1 month ago
I thought it was B, but I guess not.
upvoted 0 times
...
Jaclyn
1 month ago
A) ClusterRole and ClusterRoleBinding is correct!
upvoted 0 times
...
Justine
1 month ago
I'm pretty confident that ValidatingAdmissionPolicy and ResourceQuotas are not part of RBAC, so I would rule out C.
upvoted 0 times
...
Latanya
2 months ago
ClusterObject and ClusterNode sound familiar, but I don't think they relate to RBAC. Could it be B?
upvoted 0 times
...
Trinidad
2 months ago
I remember practicing a question about roles and bindings, which makes me lean towards A as well.
upvoted 0 times
...
Kallie
2 months ago
I think the RBAC API is related to roles, so maybe it's A? But I'm not completely sure.
upvoted 0 times
...

Save Cancel