Kubectl Tip #3
A weekly kubectl command you might find useful

Update
Not sure how I missed this one, but this functionality exists directly in kubectl with:
kubectl top po -A --sort-by=cpu
Thanks to emmanuel Gelati Mesa for pointing that out. I’ll leave the original tip here in case you anyone finds the tail
or sort
part out useful for other…