kutil Display a summary of Kubernetes node and cluster resource utilization by memory, cpu, and pods Installation sudo curl -s https://raw.githubusercontent.com/jedrecord/kutil/master/kutil \ -o /usr/bin/kutil && sudo chmod 755 /usr/bin/kutil