Container Rollback
Roll back a container image for Kubernetes or Docker Services
Last updated
Was this helpful?
Roll back a container image for Kubernetes or Docker Services
Last updated
Was this helpful?
Container rollback in DuploCloud allows users to quickly revert a Kubernetes or Docker Service's container image to a previous, stable version. This is especially useful in scenarios where a newly deployed container image introduces issues, errors, or failures in the application. With this feature, users can ensure minimal downtime and maintain the stability of their Services by rolling back to a known good state. Container rollback is support for:
Kubernetes (on EKS, AKS, GKE, and DuploCloud Kubernetes)
Docker Services (on ECS)
To roll back a container image in DuploCloud for your EKS Service, first configure system settings to enable container history tracking, and then roll back the container image:
Navigate to Admin -> System Settings.
Select the System Config tab and click Add to create a new configuration.
For Config Type, select Flags.
In the Flag Name field, choose Enable Container Image History Tracking.
Set the Value to True and click Submit.
Select the appropriate Tenant from the Tenant list box.
Navigate to Kubernetes -> Services or Docker -> Services.
In the NAME column, select the service you want to roll back.
From the Actions menu, select Rollback. The Rollback Container Image pane will appear.
In the Image list box, select the version of the container image you want to roll back to.
Click Rollback to revert the service to the selected image.