From b21001f79f041290c65756258d0de7cc1d257bd3 Mon Sep 17 00:00:00 2001 From: Maksim Date: Sun, 7 Apr 2019 18:02:06 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b3008d..7466a61 100644 --- a/README.md +++ b/README.md @@ -55,11 +55,15 @@ This repository is an attempt to consolidate useful resources for Site Reliabili ## 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) * [Containers Patterns](https://l0rd.github.io/containerspatterns) -* [Kubernetes Production Patterns](https://github.com/gravitational/workshop/blob/master/k8sprod.md) * [Docker Container Anti Patterns](http://blog.arungupta.me/docker-container-anti-patterns) +## Kubernetes + +* [Deploying and Scaling Microservices with Docker and Kubernetes](http://container.training/kube-selfpaced.yml.html) +* [What happens when ... Kubernetes edition!](https://github.com/jamiehannaford/what-happens-when-k8s/blob/master/README.md) +* [Kubernetes Production Patterns](https://github.com/gravitational/workshop/blob/master/k8sprod.md) + ## Infrastructure as code / Configuration management * [Terraform](https://learn.hashicorp.com/terraform)