Skip to content

Commit

Permalink
kubernetes-resume-challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiwaAribisala-git committed Mar 21, 2024
1 parent 6ba53eb commit 7ae3f66
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,11 @@ docker run -d —network some-network —name ecom-web -p 8080:80 ecom-web:v1

![Rollout-Update](./images/rollout.png)

![Wesbite-Rollout-Update](./images/wesbsite-rollout.png)
![Wesbite-Rollout-Update](./images/wesbsite-rollout.png)

## Rolling Back Deployment
- Executed `kubectl rollout undo deployment/ecom-web` to revert to the previous deployment state

![Rollback-Update](./images/rollback.png)

![Wesbite-Rollback-Update](./images/website-rollback.png)
Binary file added images/rollback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/website-rollback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ae3f66

Please sign in to comment.