The get all
should list all other resources including pods with the selector provided.
Can you please share the link to the lab?
The first result is an OR query. Multiple --selector
are asking for any pods having label envprod
OR tier=frontend
OR bu=finance
The secord result is an AND query. Get only pods having all three of these labels with the set values.