반응형
해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다.
⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다.
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 ClusterRoles do you see defined in the cluster?
답: 69
Q3. How many ClusterRoleBindings exist on the cluster?
답: 54
Q4. What namespace is the cluster-admin clusterrole part of?
답: Cluster Roles are cluster wide and not part of any namespace
Q5. What user/groups are the cluster-admin role bound to?
답: system:masters
Q6. What level of permission does the cluster-admin role grant?
답: Perform any action on any resource in the cluster
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.
kubectl api-resources
반응형
'MLOps > Doker & Kubernetes' 카테고리의 다른 글
Udemy CKA 강의 정리 170: Pre-requisite - Security in Docker (0) | 2023.01.19 |
---|---|
Udemy CKA 강의 정리 167: Image Security (0) | 2023.01.19 |
Udemy CKA 강의 정리 163: Practice Test - Cluster Roles and Role Bindings (0) | 2023.01.19 |
Udemy CKA 강의 정리 165: Service Accounts (0) | 2023.01.19 |
Udemy CKA 강의 정리 162: Cluster Roles and Role Bindings (1) | 2023.01.19 |
댓글