Update README.md

This commit is contained in:
Maksim 2019-01-21 04:37:31 +03:00 committed by GitHub
parent 3f8da932fd
commit c3fe358795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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) * [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) * [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 ## Programming
### Go (Golang) ### Go (Golang)