I like kubectl get nodes | awk '{ print $1,$5}'. Works on anything with columns.
kubectl get nodes | awk '{ print $1,$5}'