devops-exercises/topics/argo/exercises/canary_rollout/exercise.md
abregman c469c84a26 Add Argo and k8s questions
Also updated Datadog questions.
2022-10-25 23:40:55 +03:00

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.