Get a list of pods sorted by memory usage

kubectl \
    top \
    pods \
    -A \
    --sort-by='memory'