Kubernetes and Cloud Native Associate (KCNA) — Question 57

What is a probe within Kubernetes?

Answer options

Correct answer: C

Explanation

The correct answer is C because probes are used by the kubelet to periodically check the health and status of containers. Options A, B, and D do not accurately describe the function of probes, as they relate to monitoring, pre-operation, and logging rather than diagnostic checks.