- Home
- All questions
- Question 943
CKA study material · question 943 of 1000
Which two statements about the node log query feature are correct? Choose two.
Show the answer
Answer: A. It is reached through the node's proxy subresource
C. enableSystemLogHandler defaults to false
Node log queries go through nodes/proxy, and the handler is off by default — recommended to stay disabled unless someone is actively debugging.
Source: System Logs (Kubernetes) — Log query