From the course: Certified Kubernetes Administrator (CKA) Cert Prep (2024)
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Understanding node networking requirements - Kubernetes Tutorial
From the course: Certified Kubernetes Administrator (CKA) Cert Prep (2024)
Understanding node networking requirements
- So before setting up the cluster, it also help to knows a little bit about the networking requirements for your different nodes. In Kubernetes, different types of network communication are used. First, there is node communication. That is the part that is handled by the physical network, the part where all the nodes are directly connected to one another. There is External-to-Service communication, which is handled by Kubernetes Service resources. There a Pod-to-Service communication, which is handled by Kubernetes Services as well. And Pod-to-Pod communication is handled by the network plugin. And finally, there is the container-to-container communication, which is only applied if multiple containers are running in the same Pod. And this communication between these containers is handled within the Pod itself. An important part of the setup of your Kubernetes cluster considers the network add-on because without a network add-on, you can't define the Pod network. Now, the network…
Contents
-
-
-
-
(Locked)
Learning objectives44s
-
(Locked)
Understanding cluster node requirements3m 54s
-
(Locked)
Understanding node networking requirements2m 38s
-
(Locked)
Understanding cluster initialization2m 20s
-
(Locked)
Installing the cluster7m 7s
-
(Locked)
Using kubeadm init2m 42s
-
(Locked)
Adding nodes to the Kubernetes cluster1m 18s
-
(Locked)
Configuring the Kubernetes client5m 13s
-
(Locked)
Lesson 2 lab: Building a Kubernetes cluster16s
-
(Locked)
Lesson 2 lab solution: Building a Kubernetes cluster5m 43s
-
(Locked)
-
-
-
-
-
-
-
-
-
-
-
-