# Blue/Geen Deployments

* Strategy to deploy a new version of an application.&#x20;
* They work by starting an entirely new instance of the application and then routing traffic over to it

<figure><img src="/files/8SNEhQvJ8y7ppQjTpM5I" alt=""><figcaption></figcaption></figure>

* After testing and making sure that everything runs fine, we redirect the users to the new version (Green) and shutdown the old (Blue)

<figure><img src="/files/8vTtHEAsJoq4Jmu2KwKy" alt=""><figcaption></figcaption></figure>

#### Benefits:

* Easy to understand
* Powerful
* Extendable to workflows

#### Cons:

* Difficutl to make hotfixes
* Resource allocation is not convenient
* Clusters can affect each other


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.arkannis.net/general-concepts/devops/blue-geen-deployments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
