Add search for Kubernetes pods on the environment page
Release notes
You could use the dashboard for Kubernetes to have an overview of your deployed applications. Until now, having large number of pods made it difficult to find a specific pod. GitLab now offers a search bar at the top of the pod list that allows you to filter the pods by name. While the pod listing is paginated by 10 item, the search looks through all the available pods allowing you to find pods that would be listed on a later page only.
Proposal
On the environment page, in the pods section of the Kubernetes integration, there could be many pods paginated by 10 items. To make it easier to find the relevant information, we need to add a search by the pod name. We should consider how the search can work together with the status filters, that we already have.
Design proposal:
Use GlSearchBoxByType
to filter the pods.