9

How to select pods from the kubernetes dashboard using labels?

Something similar like this:

$ Kubectl get pods -l environment=production,tier=frontend
mohan08p
  • 5,002
  • 1
  • 28
  • 36
wesnica
  • 91
  • 4

2 Answers2

7

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

Nicola Ben
  • 10,615
  • 8
  • 41
  • 65
0

This feature hasn't been added so far. I've tried it with version 2.6.1. Issue on github: Allow the user to search for labels #3160

nfrmtkr
  • 21
  • 4