From c3fe3587951edee3d31fc661d508bd0ae1f48990 Mon Sep 17 00:00:00 2001 From: Maksim Date: Mon, 21 Jan 2019 04:37:31 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a9b423f..275de0e 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ This repository is an attempt to consolidate useful resources for Site Reliabili * [Introduction to modern network load balancing and proxying](https://blog.envoyproxy.io/introduction-to-modern-network-load-balancing-and-proxying-a57f6ff80236) * [Load Balancing Algorithms](https://syedali.net/2013/08/22/load-balancing-algorithms) +## Containers + +* [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) + ## Programming ### Go (Golang)