Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to filter pods in kubernetes dashboard using labels?

How to select pods from the kubernetes dashboard using labels?

Something similar like this:

$ Kubectl get pods -l environment=production,tier=frontend
like image 470
wesnica Avatar asked Apr 06 '18 21:04

wesnica


1 Answers

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

like image 191
Nicola Ben Avatar answered Sep 20 '22 08:09

Nicola Ben