Introduction
When you update your app in Kubernetes, you want to see if the new version is running well and check past updates. Deployment status and history help you track these changes and fix problems quickly.
When you want to confirm that your app update was successful and is running without errors.
When you need to see what changes were made in previous app versions to understand issues.
When you want to roll back to a previous version after a bad update.
When you want to monitor how many times your app has been updated and when.
When you want to check if Kubernetes is still updating your app or if it finished.