> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.12/quickstart-guide/manage-pipelines/run-deployments-execute-pipelines/blue-green-deployment-using-manifest.md).

# Blue/Green deployment using Manifest

Blue/green strategy is a deployment strategy that is designed to minimize risk by gradually copying the contents of the old server group onto the new before disabling the old server group.&#x20;

Using a Blue/Green (AKA a red/black) Deployment strategy is easy, as Spinnaker natively supports a Blue/green strategy.

To use a Blue green Strategy,

1. &#x20;**Create a new Pipeline**: Create a new pipeline by clicking on the pipelines tab and clicking on the create button in the spinnaker.

![](https://lh5.googleusercontent.com/FF8ggdMdjwGfrfk4OiGTeiDjPVFD5mu1yrwPAo2_1HcZ7mAUJALGrp3JsgeIHxbGACUVITEEDHoZZ1W3x23WrgG5zOy7LksnL00gTNOhWGuEJYPxztvdIh9KP3VzG2aVvqbH6bia)

2\. **Create a deployment stage**: Click in the add a new stage option by clicking on the drop down and selecting Deploy (manifest).

![](https://lh5.googleusercontent.com/30k9LwF99J8ShqzFG4LwGT5wFjrK0BGvvYWVbvmjzEA2B9BXIFXGAi2KBni1rYtiHaLpjMEQ0JgjbP6-456xuLB8adKedFYTrG3-d-JcbufTKOsXXUJvwwOzx460SqYk6-FMA3-7)

3\.  **Add your manifest object**: You can add your manifest as either a text file or from a repository.

![](https://lh4.googleusercontent.com/fgXLZYW1BIwbeBeN1jagzA_JuZyc8SijxeQ8VnAoo6wlT5Bjy5Y6Vv2MHSHUoMZU0ProIAkWi8uz6RjRjP0a13WhELKaUqvvG9mRFHGMKdICdoLz3uC9_hZags3EgzSlVcjW4MKG)

4\. **Select rollout strategy options**:&#x20;

&#x20;   4.1.  Click on the statement ‘spinnaker manages your traffic based on your selected strategy’

![](https://lh3.googleusercontent.com/1j6l7RFYKzF-a_xycVWm_8XieuOn0YVkeO_ZmWnnGkoshWYvp9h-NqJTJ-3EL3gLZKncKBllas94eX3nC75znuqkfThAFOQsboB1WcFeqZ8h6W3rSaqlzja2V6F_rSrZ_zBJedJr)

&#x20; 4.2.  Define the service namespace and service you are applying this strategy to&#x20;

&#x20; 4.3. Select your strategy from the drop down list, you will find the Red/black strategy.

![](https://lh5.googleusercontent.com/ZVwgCCZDG4USJKUR2IJ7A9aFER2HWE5B_cBsFqvW7xKoxqs2nzqSXgVuPTDSCDfiFh03tqZyJND1lkektjaMK1NCaB9wu7UugI_7FaqrviSQ7i7Q7dKI3Vxups4ZA3kPL3zfw2zW)

5\.  **Add additional configurations**: Finalize your configurations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.opsmx.com/opsmx-1/opsmx-context-engine/additional-resources/previous-releases/isd-3.12/quickstart-guide/manage-pipelines/run-deployments-execute-pipelines/blue-green-deployment-using-manifest.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.
