Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用标签从 kubernetes 仪表板中选择 pod?
类似这样的东西:
$ Kubectl get pods -l environment=production,tier=frontend
到目前为止(v.1.8.1)在仪表板上无法按标签过滤。