A 911 cluster node has significant clock skew and begins failing TLS authentication to the API server. What should administrators suspect?
Select an answer to reveal the explanation.
Short Explanation
Certificates are sticklers for the clock. If the node’s watch is hours off, TLS handshakes to the API server fall apart.
Full Explanation
X.509 certificate NotBefore/NotAfter checks depend on accurate system time. Node clock skew commonly causes TLS and authentication failures between kubelet and apiserver. Skew is not limited to HPA calculations, does not by itself delete ServiceAccounts, and is not merely a runtime version label change.