View all questions & answers for the CKA exam
List all the pods sorted by name
See the solution below.
kubect1 get pods --sort-by=.metadata.name
Submit