How to see status of nodes?

Hi,
how can I see the status of a kubernetes node?

When I stop docker daemon and kubelet on a node, kubectl get nodes still shows it as ready.
So sth. is either not working in my configuration or I am just looking at the wrong place.

Please guide.
Thanks, Andreas

It will be shown as not ready in a few minutes. Isn’t it?

ok, you are right, it took some time, now it is shown as NotReady.

BUT:
If I check the pods, the pods are still shown as running, although the complete host / node is unavailable via kubelet and docker.

What do I miss here?

Ok, these pods are statefulsets with local storage or daemonsets.
I expected these pods to be shown as status error / fail. If they are not pinned I expected that kubernetes is scheduling them on another pod.