Open-data analysts notice kubectl logs timestamps that disagree with wall-clock incident times. What underlying factor most directly affects interpretation of those stamps?
Select an answer to reveal the explanation.
Short Explanation
Log clocks ride the node's watch. If the node time is skewed, your timeline story falls apart—fix NTP before trusting the stamps.
Full Explanation
Container log timestamps are grounded in the node's clock and runtime logging behavior. Skewed node time produces misleading incident correlation. Service selectors, Ingress paths, and ResourceQuota values do not rewrite log timestamps.