You could run kubectl describe <node-name> to get details on the nodes capacity from Kubernetes perspective (e.g. CPU, RAM, storage). For a full picture of storage you could run a debug pod (kubectl debug node/<node-name> -it --image=alpine) then run "chroot host" to get root access on the node.
--
Greg Wootton | Principal Systems Technical Support Engineer