Question 1easymultiple choice
Read the full Cluster Architecture, Installation and Configuration explanation →CKA Cluster Architecture, Installation and Configuration • Complete Question Bank
Complete CKA Cluster Architecture, Installation and Configuration question bank — all 0 questions with answers and detailed explanations.
You are applying the following RBAC manifest:
--- apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: namespace: development name: pod-reader rules: - apiGroups: [""] resources: ["pods"] verbs: ["get", "watch", "list"]
Which TWO statements are true about this Role? (Choose TWO.)