Skip to content

Deployboard (EE-only?)

Description

We currently show deployment histories for successful deploys to each environment. Developers and Ops need more control and insight into deploys such as:

  1. following a deploy from the start, not just when it's done
  2. watching rollout of a build across multiple servers
  3. finer state detail (Ready, Preparing, Waiting, Deploying, Finished, Failed)
  4. ability to abort a deploy

Proposal

  1. In auto-deploy template, label each deployment with information about version
  2. Inspect Kubernetes for state of each node (e.g. spinning up, down, running version A, running version B)
  3. Graphically display on environments page

Links