- Home
- All questions
- Question 420
CKA study material · question 420 of 1000
What else does the node controller do besides watching health? Choose two.
Show the answer
Answer: C. Assigns a CIDR block to a node when it registers
A. Asks the cloud provider whether an unhealthy node's machine still exists
The node controller assigns CIDRs and, in a cloud, confirms with the provider before deleting a Node object.
Source: Nodes (Kubernetes) — Node controller