Deploy board
Description
UX: @tauriedavis FE: @filipa BE: @nick Assistance: @ayufan
We currently show deployment histories for successful deploys to each environment. Developers and Ops need more control and insight into deploys such as:
- following a deploy from the start, not just when it's done
- watching rollout of a build across multiple servers
- finer state detail (Ready, Preparing, Waiting, Deploying, Finished, Failed)
- ability to abort a deploy
Proposal
- In auto-deploy template, label each deployment with information about version
- Inspect Kubernetes for state of each node (e.g. spinning up, down, running version A, running version B)
- Graphically display on environments page