From the course: Certified Kubernetes Administrator (CKA) Cert Prep
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Setting up node networking - Kubernetes Tutorial
From the course: Certified Kubernetes Administrator (CKA) Cert Prep
Setting up node networking
- So let me remind you where we are. We have now finished the kubeadm in its command to set up the Kubernetes cluster. We have a client, and now we need to set up node networking. Different types of network communication are used in Kubernetes. The node communication is handled by the physical network. Then there is External-to-Service communication, which is handled by Kubernetes Service Resources. And Pod-to-Service communication, which is handled by Kubernetes Services. Then there is Pod-to-Pod communication, which is handled by the network plugin. And Container-to-Container communication is handled within the pod. To create a software defined pod network, a network add-on or plugin is needed. And different network add-ons are provided by the Kubernetes ecosystem. That kind of makes sense, because there are different network vendors that have created their own solution to work with Kubernetes. And depending on the network vendor that you are using for your networking hardware, you…
Contents
-
-
-
-
(Locked)
Learning objectives46s
-
Understanding cluster node requirements2m 24s
-
(Locked)
Provisioning an infrastructure for hosting Kubernetes1m 44s
-
(Locked)
Installation procedure overview1m 20s
-
(Locked)
Configuring Linux kernel settings for Kubernetes networking2m 40s
-
(Locked)
Installing Container Runtime Interface (CRI) and tools4m 53s
-
(Locked)
Using kubeadm init6m
-
(Locked)
Configuring the Kubernetes client7m 47s
-
(Locked)
Setting up node networking5m 13s
-
(Locked)
Adding nodes to the cluster2m 54s
-
(Locked)
Using kubeadm init with a configuration file3m 56s
-
(Locked)
Lesson 2 lab challenge: Building a Kubernetes cluster31s
-
(Locked)
Lesson 2 lab solution: Building a Kubernetes cluster6m 4s
-
(Locked)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-