From 21a3bb370854666a473d401dc668a068f0e5694f Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Thu, 21 Nov 2019 10:05:50 +0100 Subject: [PATCH] Add two production checklist --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64dd434..63e4015 100644 --- a/README.md +++ b/README.md @@ -561,6 +561,8 @@ Rob Pike, [Go at Google: Language Design in the Service of Software Engineering] * [BlueGreenDeployment](http://martinfowler.com/bliki/BlueGreenDeployment.html), Martin Fowler * [Move fast and break nothing](https://zachholman.com/talk/move-fast-break-nothing/), Zach Holman * [Flipping out](http://code.flickr.net/2009/12/02/flipping-out/), flickr. One of the first articles about feature flags. +* [Production Readiness Checklist](https://gruntwork.io/devops-checklist/), Gruntwork +* [Checklist: what had to be done before deploying microservices to production](https://habr.com/en/post/438186/) ### Security