Deeper pod environment status
Description
While working on deploy boards, it became obvious that we have an opportunity to use the same basic tool to show current environment status as well, not just the deploy status. I'm not sure exactly what that means for us, but we should explore it.
Some options:
- Look at state of pods in a replica set
- Hovering over a pod shows pod name/id and which deploy is running there
- More state information for each pod (like what?)
- Color boxes differently based on which deploy is running (Necessary for #1659 (closed) anyway)
- Show pod ready/not ready status (not sure that's meaningful, or different from what we're already doing)
- Show health information for each pod (from k8s?)
- Show metrics summary for each pod (from Prometheus)