From 30c7dad6e4c7b43d664e59d8ebb6734f443af72c Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Sun, 15 Nov 2020 12:28:45 +0100 Subject: [PATCH] Add my talk on event driven architecture --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e8122ad..fb1aafd 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,8 @@ For instance, take into account the snaptshot above. If you already know how to * Interesting to understand why ingress is a better option than LB when exposing individual services * LB creates a new IP for every service, it can get expensive and difficult to handle * Ingress can manage multiple domains and paths for many services without difficulty/effort + * CNI Plugins + * [Kubernetes Networking: How to Write Your Own CNI Plug-in with Bash](https://www.altoros.com/blog/kubernetes-networking-writing-your-own-simple-cni-plug-in-with-bash/) * Operators * [Introducing Operators](https://coreos.com/blog/introducing-operators.html) 📰 🆓 * Provider