A water-utility admin begins node troubleshooting. Which first-line kubectl inspection best surfaces conditions, taints, and allocatable resources together?
Select an answer to reveal the explanation.
Short Explanation
describe node is the triage clipboard—conditions, taints, and how much room is left, all in one place before you start swinging delete hammers.
Full Explanation
kubectl describe node is the standard first-line view of Ready/pressure conditions, taints, capacity/allocatable resources, and recent events. Force-deleting the node, attaching to apiserver, or minting tokens for every ServiceAccount are not appropriate first diagnostic steps for node health.