Back to Developer Roadmap

Rolling Updates and Rollbacks

src/data/roadmaps/kubernetes/content/[email protected]

4.01.0 KB
Original Source

Rolling Updates and Rollbacks

Rolling updates and rollbacks are methods for updating applications without downtime. A rolling update gradually replaces old versions of an application with new ones, ensuring that some instances of the application are always available. If problems arise during the update, a rollback allows you to revert to the previous, stable version of the application.

Visit the following resources to learn more: