How to select pods from the kubernetes dashboard using labels?
Something similar like this:
$ Kubectl get pods -l environment=production,tier=frontend
It's not possible so far (v.1.8.1) on the dashboard to filter by label.