# 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](solution.md) to view the solution.