From 7b57dc1a0f8b4efc469ac1724d57d6b9f9ce82a5 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Fri, 14 Aug 2020 15:56:35 +0200 Subject: [PATCH] Add more info about EKS/RDS/AppMesh --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3fd0b7..b022f43 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,9 @@ For instance, take into account the snaptshot above. If you already know how to * [Why you should build your own NoSQL database](https://medium.com/@marceloboeira/why-you-should-build-your-own-nosql-database-9bbba42039f5) ✍🏼 📰 🆓 * Redis * [Redis Cookbook](https://learning.oreilly.com/library/view/redis-4x-cookbook/9781783988167/) 📕 💰 + * RDS + * Aurora + * [Amazon Aurora Multi-Master: Scaling out database write performance (MySQL)](https://www.youtube.com/watch?v=p0C0jakzYuc) 📼 🆓 * Distributed Systems * Theory * [Fallacies of Distributed Computing](https://en.wikipedia.org/wiki/Fallacies_of_distributed_computing) 📰 🆓 @@ -392,6 +395,13 @@ For instance, take into account the snaptshot above. If you already know how to * [Programming Kubernetes](https://learning.oreilly.com/library/view/programming-kubernetes/9781492047094/) 📕 💰 * Operators * [Introducing Operators](https://coreos.com/blog/introducing-operators.html) 📰 🆓 + * EKS - Elastic Kubernetes Service + * [EKS - Deep Dive](https://www.youtube.com/watch?v=EDaGpxZ6Qi0) 📼 📼 + * 08:50 - Control Plane + * 10:19 - Control Plane Internals (not shared tenent, endpoints exposed to internet, worker nodes need access to the internet, NLB) + * 19:00 - Version Updates + * 20:00 - Authentication (IAM -> Authentication | RBAC -> Authorization) + * 20:00 - [AMI is OpenSource](https://github.com/awslabs/amazon-eks-ami) * Service Mesh * [What is service mesh?](https://www.youtube.com/watch?v=vh1YtWjfcyk) 📼 🆓 * Istio @@ -401,7 +411,7 @@ For instance, take into account the snaptshot above. If you already know how to * Console * [Istio: Up & Running](https://learning.oreilly.com/library/view/istio-up-and/9781492043775/) 📕 💰 * AppMesh - * + * [AWS Container Day - App Mesh (Service Mesh Magic)](https://www.youtube.com/watch?v=hfzWtXKrv88) 🆓 📼 * Provisioning * Terraform * [Introduction to Terraform](https://www.youtube.com/watch?v=h970ZBgKINg) 📼 🆓