- Home
- All questions
- Question 417
CKA study material · question 417 of 1000
Which settings govern node heartbeat timing? Choose two.
Show the answer
Answer: A. --node-status-update-frequency on the kubelet
C. --node-monitor-period on the controller manager
The kubelet posts status at its update frequency and the controller manager checks at its monitor period.
Source: Nodes (Kubernetes) — Node controller