Labels and Selectors 101 Objectives How to list all the Pods with the label "app=web"? How to list all objects labeled as "env=staging"? How to list all deployments from "env=prod" and "type=web"? Solution Click here to view the solution.