- Home
- All questions
- Question 966
CKA study material · question 966 of 1000
Two API groups both serve a resource named events, and kubectl get events is ambiguous. How is one addressed unambiguously?
Show the answer
Answer: D. By naming the type as TYPE.VERSION.GROUP
kubectl get accepts the full TYPE.VERSION.GROUP form, which disambiguates a resource name served by more than one API group.
Source: kubectl get (Kubernetes) — Synopsis