- Home
- All questions
- Question 25
CKA study material · question 25 of 1000
Why can resourceNames not restrict a top-level create request?
Show the answer
Answer: A. The new object's name is unknown when authorization runs
Authorization runs before the object exists, so the name a create would use cannot be matched.
Source: Using RBAC Authorization (Kubernetes) — Referring to resources