From cbdda5f8ad1a2705bacaa7f81c1306c2bf179255 Mon Sep 17 00:00:00 2001 From: Maksim Date: Sun, 27 Jan 2019 07:57:56 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b072cfa..c18948c 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ This repository is an attempt to consolidate useful resources for Site Reliabili * [Introduction to Docker and Containers](http://container.training/intro-selfpaced.yml.html) * [Deploying and Scaling Microservices with Docker and Kubernetes](http://container.training/kube-selfpaced.yml.html) +* [Containers Patterns](https://l0rd.github.io/containerspatterns) +* [Kubernetes Production Patterns](https://github.com/gravitational/workshop/blob/master/k8sprod.md) + +## CI/CD + +* [Pattern and anti-pattern CI/CD](https://www.gronau-it-cloud-computing.de/pattern-and-anti-pattern-cicd) ## Programming