Defined Kubernetes in Rishi words!!!
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
What is Kubernetes?
- Its a open source software
- We can manage containers with kubernetes
- We can automate deployment & configure scaling with this.
- We have master & node structure in Kubernetes.
- master has four components
- nodes has PODS & containers
- we can schedule task with scheduler in master
- we can manage microservice with this
- we can setup autoscale with this
- it can deploy & scale faster
Why Kubernetes?
- we can schedule task with scheduler in master
- we can manage microservice with this
- we can setup autoscale with this
- it can deploy & scale faster
- Its a open source software
- We can manage containers with kubernetes
- We can automate deployment & configure scaling with this.
- It also do the loadbancing
- easy rollout of new application in less time
What is POD?
- A group of container or a single container that has same configurations
- Shares same IP address
- Share the storage between conationers in same POD
How Kubernetes works? –All components
- Api server
- etcd
- Kube scheduler
- controller
- Kube let
- Kube proxy