Huawei
H13-821_V3.0 · Question #14
Kubernetes uses readiness probes to determine whether a container is ready to accept traffic. Which of the following descriptions about readiness probes is wrong?
The correct answer is A. The function of the readiness probe is similar to that of the survival probe. Generally, configuring. See the full explanation below for the reasoning.
Compute and Container Solution Design on Huawei Cloud
Question
Kubernetes uses readiness probes to determine whether a container is ready to accept traffic. Which of the following descriptions about readiness probes is wrong?
Options
- AThe function of the readiness probe is similar to that of the survival probe. Generally, configuring
- BOnly after detecting that the Pod is ready will the Service be allowed to transfer the request to the
- CThe readiness probe supports three detection mechanisms, namely Exec, HTTP GET and TCP
- DThe readiness probe periodically detects the Pod and judges whether the Pod is ready based on
How the community answered
(27 responses)- A74% (20)
- B7% (2)
- C15% (4)
- D4% (1)
Topics
#Kubernetes#readiness probe#liveness probe#pod health check
Community Discussion
No community discussion yet for this question.