Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application release management: rollouts, rollbacks #500

Closed
ntquyen opened this issue Jul 17, 2014 · 2 comments
Closed

Application release management: rollouts, rollbacks #500

ntquyen opened this issue Jul 17, 2014 · 2 comments
Labels
area/app-lifecycle kind/design Categorizes issue or PR as related to design. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@ntquyen
Copy link

ntquyen commented Jul 17, 2014

I'm new to Kubernetes and trying to make a comparison between Kubernetes and Deis. So I have a question: Does Kubernetes have the ability to rollback application to previous release?

I looked at the live update example, It's cool, however I wonder about the way applications are deployed. It seems to me that Kubernetes deploys app directly from docker image, not from Dockerfile. And it doesn't manage app releases.

@smarterclayton
Copy link
Contributor

Not today - see #503 though for some discussion at this. My personal opinion is that this is a higher level concept that does not exist today. You manage deployments and rollbacks personally with replication controllers in sequence.

@bgrant0607 bgrant0607 added area/app-lifecycle kind/design Categorizes issue or PR as related to design. labels Sep 25, 2014
@bgrant0607 bgrant0607 changed the title Question on application release management Application release management: rollouts, rollbacks Dec 4, 2014
@bgrant0607 bgrant0607 added priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. and removed kind/support-question labels Dec 4, 2014
@bgrant0607
Copy link
Member

Rolling update is implemented. Rollback is covered by #1353. #503 and #1743 cover related issues. Closing this one as redundant.

jsafrane pushed a commit to jsafrane/kubernetes that referenced this issue Jan 7, 2021
Bug 1908389: UPSTREAM: 97635: Cherry pick 443 and 448 from cloud provider azure
linxiulei pushed a commit to linxiulei/kubernetes that referenced this issue Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/app-lifecycle kind/design Categorizes issue or PR as related to design. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
None yet
Development

No branches or pull requests

3 participants