CKA • Practice Test 13
Free CKA practice test — 15 questions with explanations. Set 13. No signup required.
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.)