Study. uk . com
  1. Home
  2. All questions
  3. Question 943

CKA study material · question 943 of 1000

Which two statements about the node log query feature are correct? Choose two.

  1. It is reached through the node's proxy subresource
  2. It is enabled by default on every node
  3. enableSystemLogHandler defaults to false
  4. It reads logs through the kubelet's /metrics endpoint
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

Challenge yourself on this topic → Study as cards