본문 바로가기

Computer Science/Kubernetes(CKA) 자격증 준비

Kubernetes 정리 163: Practice Test - Cluster Roles and Role Bindings

Q1. For the first few questions of this lab, you would have to inspect the existing ClusterRoles and ClusterRoleBindings that have been created in this cluster.

Q2. How many do you see defined in the cluster?

Q3. How many ClusterRoleBindings exist on the cluster?

Q4. What namespace is the cluster-admin clusterrole part of?

Q5. What user/groups are the cluster-admin role bound to?

Q6. What level of permission does the cluster-admin role grant?

Q7. A new user michelle joined the team. She will be focusing on the nodes in the cluster. Create the required ClusterRoles and ClusterRoleBindings so she gets access to the nodes

Q8. michelle's responsibilities are growing and now she will be responsible for storage as well. Create the required ClusterRoles and ClusterRoleBindings to allow her access to Storage.