Kubernetes Cheat Sheet
kubectl
get OS information about all nodes
Or use as a pattern for other queries. Replace the OS image JSON path with whatever you want.
$ kubectl get nodes -o custom-columns='NAME:.metadata.name,OS:.status.nodeInfo.osImage'