21 lines
500 B
Markdown
21 lines
500 B
Markdown
|
# Argo Rollouts - Canary
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
1. Running Kubernetes cluster
|
||
|
2. Argo Rollouts CLI
|
||
|
3. Deployed app in a specific version
|
||
|
|
||
|
## Objectives
|
||
|
|
||
|
1. Install Argo Rollouts controller
|
||
|
2. Write a rollout manifest that use canary rollout strategy and apply it
|
||
|
1. Set it to 3 replicas
|
||
|
2. Disable auto-promotions
|
||
|
3. Check the rollout list
|
||
|
4. Rollout a new version of your app in any way you prefer
|
||
|
1. Check the status of the rollout
|
||
|
|
||
|
## Solutions
|
||
|
|
||
|
Click [here](solution.md) to view the solution.
|