A successful deployment means that an application is up and running
Redeploying only the components that have been modified. Application image tags are independent (this solves the issue of image tagging in monorepos)
Linking release artifacts to Git and CI/CD
Instant and detailed feedback when deploying to Kubernetes
Rebuilding only the components that have been modified
Reusing the existing layers found in the container registry
Redeploying only the components that have been modified
Instant termination of a troubled deployment process