Add links for kubernetes internal networking flow

This commit is contained in:
Marcelo Boeira
2020-08-17 08:00:44 +02:00
parent 645e8eabc8
commit 60ffa50f75

View File

@@ -392,6 +392,9 @@ For instance, take into account the snaptshot above. If you already know how to
* [Kubernetes Up and Running](http://shop.oreilly.com/product/0636920043874.do#tab_04_2) 📕 💰 * [Kubernetes Up and Running](http://shop.oreilly.com/product/0636920043874.do#tab_04_2) 📕 💰
* [Key Kubernetes Concepts](https://towardsdatascience.com/key-kubernetes-concepts-62939f4bc08e) 📰 🆓 * [Key Kubernetes Concepts](https://towardsdatascience.com/key-kubernetes-concepts-62939f4bc08e) 📰 🆓
* [Programming Kubernetes](https://learning.oreilly.com/library/view/programming-kubernetes/9781492047094/) 📕 💰 * [Programming Kubernetes](https://learning.oreilly.com/library/view/programming-kubernetes/9781492047094/) 📕 💰
* Networking
* [A Guide to the Kubernetes Networking Model](https://sookocheff.com/post/kubernetes/understanding-kubernetes-networking-model/) 📰 🆓
* [How does Traffic Flow inside a Kubernetes Cluster?](https://stackoverflow.com/questions/52241501/how-does-traffic-flow-inside-a-kubernetes-cluster) 📰 🆓
* Exposing Services * Exposing Services
* [NodePort vs LB vs Ingress](https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0) 📰 🆓 * [NodePort vs LB vs Ingress](https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0) 📰 🆓
* Interesting to understand why ingress is a better option than LB when exposing individual services * Interesting to understand why ingress is a better option than LB when exposing individual services
@@ -399,6 +402,7 @@ For instance, take into account the snaptshot above. If you already know how to
* Ingress can manage multiple domains and paths for many services without difficulty/effort * Ingress can manage multiple domains and paths for many services without difficulty/effort
* Operators * Operators
* [Introducing Operators](https://coreos.com/blog/introducing-operators.html) 📰 🆓 * [Introducing Operators](https://coreos.com/blog/introducing-operators.html) 📰 🆓
* Provider
* EKS - Elastic Kubernetes Service * EKS - Elastic Kubernetes Service
* [EKS - Deep Dive](https://www.youtube.com/watch?v=EDaGpxZ6Qi0) 📼 📼 * [EKS - Deep Dive](https://www.youtube.com/watch?v=EDaGpxZ6Qi0) 📼 📼
* 08:50 - Control Plane * 08:50 - Control Plane