------------------------------------------------------------------------------- kubectl # resource usage: all pods, seperated into their containers sorted by mem kubectl top pod --containers --sort-by='memory' # Add -n {resource group} if needed -------------------------------------------------------------------------------