Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
What is Kubernetes
kubernetes is a open source container orchestration,for container scalability and workload placement,desired stare
Why Kubernetes
for overcomes some challenges
*we can start starting to view data center as a computer
*containers scalability challenge
Kubernetes Architecuture
![](https://www.bestdevops.com/wp-content/uploads/2021/07/1_svd2l7yAE-8LV7pR4bnVIA-1024x498.png)
master:
*kubernet control plane
*high availability(one master goes down other will came)
api server
*front end to control plane
cluster store
*cluster store & configure
*persistent storage
* uses kubctl
controller
*controller of all controllers(node,endpoint….)
scheduler
*assign works to nodes
nodes
*do the works(managing containers)
*it contain kublet,container engine,container proxy
*pods are inside node
kublet
*tracks the state of a pod
container proxy
*Kube proxy routes traffic coming into a node from the service
![](https://www.bestdevops.com/wp-content/uploads/2021/07/01-rancher-k8s-node-components-architecture-1.png)
How Kubernetes Works
![](https://www.bestdevops.com/wp-content/uploads/2021/07/full-kubernetes-model-architecture-1.png)