Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Change README.md (#487)
Browse files Browse the repository at this point in the history
Proposed change to README.md to warn users about use of zdd.py on a production environment.
  • Loading branch information
edgarlanting authored Oct 6, 2017
1 parent b8efe88 commit 6418441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ The default value when not specified is `redispatch,http-server-close,dontlognul

## Zero-downtime Deployments

* Please note that `zdd.py` is not to be used in a production environment and is purely developed for demonstration purposes.

Marathon-lb is able to perform canary style blue/green deployment with zero downtime. To execute such deployments, you must follow certain patterns when using Marathon.

The deployment method is described [in this Marathon document](https://mesosphere.github.io/marathon/docs/blue-green-deploy.html). Marathon-lb provides an implementation of the aforementioned deployment method with the script [`zdd.py`](zdd.py). To perform a zero downtime deploy using `zdd.py`, you must:
Expand Down

0 comments on commit 6418441

Please sign in to comment.