From the course: Kubernetes for Java Developers
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Kubernetes cluster concepts
From the course: Kubernetes for Java Developers
Kubernetes cluster concepts
- [Instructor] As an application developer, typically you'd be working with Kubernetes APIs, but learning how a Kubernetes cluster works is useful too. This section will explain the core concepts of a Kubernetes cluster. This is a slide from a previous section where we explained the general concept of container orchestrator. This can be further simplified as shown. The components on the top are collectively called as control plane. And the components on the bottom togeather can be called data plane. At this level, a simplistic view is where data plane runs your containers and applications, and is controlled by the control plane. You rarely interact with the data plane directly. Let's take a look at a more Kubernetes-centric view of this. Lets look at the control plane first. The control plane consists of a master node. The Kubernetes master is responsible for maintaining the desired state of your cluster. The master itself, refers to a collection of processes, managing the cluster…
Contents
-
-
-
-
-
Kubernetes concepts and instantiation4m 54s
-
(Locked)
Kubernetes resources4m 13s
-
(Locked)
Kubernetes cluster concepts4m 27s
-
(Locked)
Kubernetes clusters: Getting started4m 41s
-
(Locked)
Getting started with Minikube3m 19s
-
(Locked)
Deploy using standalone manifests4m 29s
-
(Locked)
Deploy using standalone single manifest2m 20s
-
(Locked)
Introduction to Helm charts5m 38s
-
(Locked)
Deploy using Helm charts4m 18s
-
(Locked)
Debug a deployment with IntelliJ3m 42s
-
-
-
-
-