Join us on Thursday, May 23rd with Buoyant & Ambassador as we dive into the battle of the Service Mesh vs the API Gateway. Register Now.

Back to Kubernetes Glossary

Progressive Delivery

What is Progressive Delivery?

Progressive delivery is a software development practice that emphasizes incrementally releasing features to end users. By incrementally rolling out features, developers can limit the risk of any failure, while getting early user feedback. Common progressive delivery techniques include canary releases, feature flags, and traffic shadowing.

Impact on Today

A microservices architecture lends itself to progressive delivery, as each microservice is released independently. By controlling what user traffic gets routed to a given microservice via a modern API Gateway or service mesh, organizations can adopt progressive delivery to reduce risk.

Related Terms

Learn More