filmov
tv
Kubernetes Beginner Tutorial 4 | Basic Architecture of Kubernetes - Part 1
Показать описание
Today we will learn:
Basic Architecture of Kubernetes
An overview of Kubernetes components
The basic architecture of Kubernetes
What is Master, Worker, Pods, Cluster
#KubernetesBeginnerTutorials
When you deploy Kubernetes, you get a cluster
A cluster is a set of machines, called nodes
A cluster has at least one worker node and at least one master node
In earlier days of Kubernetes, worker nodes were called minions
In Kubernetes, every cluster has at least one master node and at least one worker node
There can be more than one master nodes in a cluster to provide a cluster with failover and high availability
There can be multiple clusters in Kubernetes architecture
The worker node(s) host the pods that are the components of the application
The master node(s) manages the worker nodes and the pods in the cluster
In a Cluster Kubernetes supports:
No more than 5000 nodes
No more than 150000 total pods
No more than 300000 total containers
No more than 100 pods per node
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ PROGRAMMING ------------
------------ IDE ------------
------------ MAVEN ------------
------------ OTHERS ------------
Keep Learning,
Raghav
You can support my mission for education by sharing this knowledge and helping as many people as you can.
Basic Architecture of Kubernetes
An overview of Kubernetes components
The basic architecture of Kubernetes
What is Master, Worker, Pods, Cluster
#KubernetesBeginnerTutorials
When you deploy Kubernetes, you get a cluster
A cluster is a set of machines, called nodes
A cluster has at least one worker node and at least one master node
In earlier days of Kubernetes, worker nodes were called minions
In Kubernetes, every cluster has at least one master node and at least one worker node
There can be more than one master nodes in a cluster to provide a cluster with failover and high availability
There can be multiple clusters in Kubernetes architecture
The worker node(s) host the pods that are the components of the application
The master node(s) manages the worker nodes and the pods in the cluster
In a Cluster Kubernetes supports:
No more than 5000 nodes
No more than 150000 total pods
No more than 300000 total containers
No more than 100 pods per node
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ PROGRAMMING ------------
------------ IDE ------------
------------ MAVEN ------------
------------ OTHERS ------------
Keep Learning,
Raghav
You can support my mission for education by sharing this knowledge and helping as many people as you can.
Комментарии