Defined Kubernetes in Amit 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?
- Kubernetes is opensource
- Kubernetes is container orchestration tool
- Kubernetes can auto scale container
- Kubernetes can auto heal container
Why Kubernetes?
How Kubernetes works?
All components and roles of their components
- Master Node
- Minions or Worker Node
- etcd
- api-server
- controller
- scheduler
- kubelet
- kube-proxy
- kubectl
- Container Runtime
What is POD?
- POD is single or set of tightly coupled containers.