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?
- 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