Kubernetes and Cloud Native Associate (KCNA) — Question 113

What does "continuous" mean in the context of CI/CD?

Answer options

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.