Can now deploy more than one manifest of Kind Deployment

CD-as-a-ServiceFeature

Historically CD-as-a-Service, like many other deployment systems, has only been able to route traffic for a single object of Kind deployment when deploying using a canary or blue/green strategy. With this change, you can now have 1 or more Deployment objects, and they will be deployed together. This allows you to deploy multiple tightly coupled services together, and roll them all back if an issue is uncovered.

Armory logo

Sep

15

New on the deployment graph: Deployment triggers with source context!

CD-as-a-ServiceFeature