K8s An Ultimate Guide: Unraveling the Mystery of Kubernetes in 20 Min | What is Kubernetes in Hindi?

Описание к видео K8s An Ultimate Guide: Unraveling the Mystery of Kubernetes in 20 Min | What is Kubernetes in Hindi?

#linux #devops #kubernetes #mprashant ‪@MPrashant‬

What is Kubernetes in 20min in Hindi?
Understand Kubernetes concept in hindi?
Kubernetes in easy and simple words.

Join this channel to get access to perks:
   / @mprashant  

00:00 Intro
00:26 What is Kubernetes?
01:44 What is Container Ochestration?
03:22 What is a Container in IT?
04:38 What problem Kubernetes solves?
07:05 Kubernetes Architecture in Hindi
07:56 What is a node?
08:48 Master & Worker nodes
09:52 Components of Kubernetes
10:25 What is a pod?
11:27 Components of Master node
13:13 Components of Worker node
14:50 Features of Kubernetes
16:30 Kubernetes config example to run a pod


Kubernetes is a container orchestration platform that helps automate the deployment, scaling, and management of containerized applications. It was developed by Google and is now maintained by the Cloud Native Computing Foundation.

The architecture of Kubernetes is based on a master-worker model, with the master node being responsible for managing the cluster and the worker nodes running the application workloads. The master node consists of several components, including the API server, etcd, controller manager, and scheduler.

The API server is the central component of the Kubernetes control plane and exposes the Kubernetes API, which is used to manage the cluster. etcd is a distributed key-value store that stores the configuration data for the cluster. The controller manager is responsible for maintaining the desired state of the cluster and the scheduler assigns workloads to worker nodes based on resource availability and other factors.

The worker nodes, on the other hand, consist of several components, including the kubelet, kube-proxy, and container runtime. The kubelet is responsible for managing the containers running on the node, while the kube-proxy provides network connectivity between the containers and the rest of the cluster. The container runtime is responsible for running the containers themselves.

In addition to these core components, Kubernetes also includes several other features and tools for managing containerized applications, such as networking, storage, security, and monitoring.

In summary, the architecture of Kubernetes is designed to provide a flexible, scalable, and resilient platform for managing containerized applications. Whether you are working on a small project or a large, complex system, Kubernetes can help you simplify your operations and improve your overall productivity.

Kubernetes
Kubernetes tutorial
Kubernetes introduction
Kubernetes overview
Kubernetes basics
What is Kubernetes
Kubernetes architecture
Kubernetes features
Kubernetes benefits
Kubernetes use cases
Kubernetes deployment
Kubernetes scaling
Kubernetes management
Container orchestration
Cloud-native computing
Open-source technology
Kubernetes in 20 minutes
Kubernetes crash course
Kubernetes quickstart
Kubernetes explained in 20 minutes
Learn Kubernetes fast
Introduction to Kubernetes
Basics of Kubernetes
Kubernetes overview
Kubernetes tutorial
Best explanation on kubernetes
kubernetes pods
k8s

Комментарии

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