Kubernetes Architecture - Chapter 4 (Part 1)
It's getting interesting. We will explore Kubernetes architecture, the control plane, master and worker nodes, state management with etcd and finally Container Network Interface (CNI).
I am following the Introduction to Kubernetes Tutorial over at https://kubernetes.io/training. While documenting the progress I have, without going into too much detail. I can recommend a read through on this Topic while it is still available, since it will give you an good overview of what to expect from and how to use Kubernetes
It's getting interesting. We will explore Kubernetes architecture, the control plane, master and worker nodes, state management with etcd and finally Container Network Interface (CNI).
Diving into Chapter 3 of Introduction to Kubernetes. We will learn what Kubernetes is, explain reasons to use it, where it originates and what the CNCF is.
Diving into the second chapter of the Introduction to Kubernetes training provided by the Linux foundation
I got some free time to invest in learning about Kubernetes, I will talk about the courses you can find at kubernetes.io/training. Let's get started with introduction-to-Kubernetes. Learning Objectives:Explain what a monolith is.Discuss the monolith's challenges in the cloud.Explain the concept of microservices.Discuss microservices