What Is Kubernetes - The Engine Behind Google's massive Container Systems | KodeKloud

Описание к видео What Is Kubernetes - The Engine Behind Google's massive Container Systems | KodeKloud

🆓FREE CKS Challenges: https://pxl.to/CKSChallenges_YT

🆓Join our Slack Community for FREE: https://kode.wiki/JoinOurSlackCommunity

In this "What is Kubernetes" video, we will be learning about introduction to Kubernetes, features, Architecture and working. The video will cover all the important components such as Kubelet, pods, Kube controller and nodes. We will now get a brief introduction to basic Kubernetes concepts.

🚀Access to the Premium Course: https://kode.wiki/YT_Kubernetes

Video Chapters:
0:00 Introduction
0:09 Why Orchestrate?
1:41 Container Orchestration
3:00 Solutions
5:59 Nodes (Minions)
6:07 Cluster
6:52 Components

With docker, you were able to run a single instance of an application using the docker run command. Which is great! Running an application has never been so easy before.

With Kubernetes, using the Kubernetes CLI known as Kubectl you can run a 1000 instance of the same application with a single command. Kubernetes can scale it up to 2000 with another command.  

Kubernetes can even be configured to do these automatically so that instances and the infrastructure itself can scale up and down based on user load. 

Kubernetes can upgrade these 2000 instances of an application in a rolling fashion one at a time, with a single command. If something goes wrong, it can help you roll back these images with a single command.

Kubernetes can help you test new features of your application by only upgrading a percentage of these instances through A/B testing methods.

The Kubernetes open architecture provides support for many many different network and storage vendors. Any network or storage brand you can think of has a plugin for Kubernetes. 

Kubernetes supports a variety of authentication and authorization mechanisms.

All major cloud service providers have native support for Kubernetes. 

So what's the relation between Docker and Kubernetes. Kubernetes uses Docker hosts to host applications in the form of Docker containers. Well, it need not be Docker all the time, Kubernetes supports alternatives to Docker as well, such as Rocket or Crio.

When you install Kubernetes on a System, you are actually installing the following components. An API Server. An ETCD service. A kubelet service. A Container Runtime, Controllers, and Schedulers.

kubelet is the agent that runs on each node in the cluster. The agent is responsible for making sure that the containers are running on the nodes as expected.

We have a 3 course series at KodeKloud that will take you from an absolute beginner in Kubernetes to a Certified Expert.

1. Kubernetes for the Absolute Beginners
2. Certified Kubernetes Administrator (CKA)
3. Certified Kubernetes Application Developer (CKAD)

Access the full courses at: www.kodekloud.com

#whatiskubernetes #KubernetesConceptsExplained #KodeKloud

Комментарии

Информация по комментариям в разработке