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

500 B

Argo Rollouts - Blue/Green

Requirements

  1. Running Kubernetes cluster
  2. Argo Rollouts CLI
  3. Deployed app in specific version

Objectives

  1. Install Argo Rollouts controller
  2. Write a rollout manifest that use blue/green deployment 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 to view the solution.