Kubernetes and Cloud Native Associate (KCNA) — Question 29
Which of the following options includes valid API versions?
Answer options
- A. alpha1v1, beta3v3, v2
- B. alpha1, beta3, v2
- C. v1alpha1, v2beta3, v2
- D. v1alpha1, v2beta3, 2.0
Correct answer: C
Explanation
The correct answer is C because 'v1alpha1' and 'v2beta3' are standard API versioning formats that indicate the version and stage of the API. Options A and D use incorrect formats or versions that do not conform to typical API versioning conventions, while option B lacks stage indicators like 'alpha' or 'beta'.