How to select pods from the kubernetes dashboard using labels?
Something similar like this:
$ Kubectl get pods -l environment=production,tier=frontend
How to select pods from the kubernetes dashboard using labels?
Something similar like this:
$ Kubectl get pods -l environment=production,tier=frontend
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