How to filter pods in kubernetes dashboard using labels?

4/6/2018

How to select pods from the kubernetes dashboard using labels?

Something similar like this:

$ Kubectl get pods -l environment=production,tier=frontend
-- wesnica
kubernetes
kubernetes-dashboard

1 Answer

4/7/2018

It's not possible so far (v.1.8.1) on the dashboard to filter by label.

-- Nicola Ben
Source: StackOverflow