Kubernetes and Cloud Native Associate (KCNA) — Question 113
What does "continuous" mean in the context of CI/CD?
Answer options
- A. Frequent releases, Manual processes, Repeatable, Fast processing
- B. Periodic releases, Manual processes, Repeatable, Automated Processing
- C. Frequent releases, Automated processes, Repeatable, Fast processing
- D. Periodic releases, Automated processes, Repeatable, Automated processing
Correct answer: C
Explanation
The correct answer is C because 'continuous' in CI/CD refers to frequent releases achieved through automated processes, ensuring that the deployment is both repeatable and fast. Options A and B mention manual processes, which contradict the concept of automation inherent in CI/CD. Option D describes periodic releases, which do not align with the continuous nature of CI/CD.