Need to have the rollback strategy enabled to old revision over the Kubernetes
under review
A
Amaranth Gerbil
Current rollback strategy includes only to the previous revision, Kindly enhance the same to older revisions of upto 5 over the kubernetes deployment strategies
Log In
Prasad Satam
under review
Prasad Satam
pending feedback
Amaranth Gerbil - Thanks for your request! We'd love to understand your use case better. Could you provide more details on the problem you're facing with the current rollback strategy?
- What’s the specific challenge with rolling back only to the last revision? Are there scenarios where the previous revision is not safe to revert to?
- How frequently do you need to roll back beyond one revision? Is this a rare occurrence, or a common requirement in your deployments?
- Would selecting a specific historical revision (rather than just the last 5) be useful?
- Are you looking for this across all Kubernetes deployment strategies, or specific ones (e.g., Canary, Blue-Green, Rolling)?
- What’s your current workaround when you need to roll back further than the last revision?
This will help us better understand the requirement and explore the best approach.
A
Amaranth Gerbil
Prasad Satam - Please find the answers inline.
- What’s the specific challenge with rolling back only to the last revision? Are there scenarios where the previous revision is not safe to revert to? - There are scenarios where the developers would perform CD and find older than last deployed version would be needed to recreate a scenario, any sort of tasks they need to perform.
- How frequently do you need to roll back beyond one revision? Is this a rare occurrence, or a common requirement in your deployments? - This is very rare but needed as part of certain dev teams.
- Would selecting a specific historical revision (rather than just the last 5) be useful? - last 5 would suffice the requirement.
- Are you looking for this across all Kubernetes deployment strategies, or specific ones (e.g., Canary, Blue-Green, Rolling)? - Rollout strategy.
- What’s your current workaround when you need to roll back further than the last revision? - We perform manual rollback using the Cli.