Kubernetes is very powerful, but at the same time also complex.
That’s why people get overwhelmed, when they read the documentation of how all the processes work. 🤯

However, it’s important to demystify the Kubernetes Architecture and how complex this whole mechanism is. Therefore, in this video I show you how the basic setup looks like. Which I believe is actually pretty simple and logical in the way how it’s built. 😎

So, in “Kubernetes Architecture explained” we look into the master and slave/worker nodes and their respective processes that make up the kubernetes cluster:

Worker Node:

  • container runtime
  • Kubelet
  • Kube Proxy

Master Node:

  • Api Server
  • Scheduler
  • Controller Manager
  • etcd, the cluster brain

Any feedback appreciated 🤗

submitted by /u/Techworld_with_Nana
[link] [comments]