Rajendra: Kubernetes Assignment-1
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
- 10 features of kubernetes
Automated Scheduling
Self-Healing Capability
Automated rollback
Load Balancing
Environment consistency
Best resource utilization
Monitoring
Auto-scalable infrastructure
- How Kubernetes works?
K8S treats all the machines in a cluster as a single pool of resources.
K8S takes up the role of a distributed operating system by effectively managing the scheduling, allocating the resources, monitoring the health of the infrastructure, and even maintaining the desired state of infrastructure and workloads.
- What are the components of Master? –> ApiServer, Cluster Store, Controller & Scheduler
- What are the components of Worker? –> Pods and Containers
- What are the components of Workstation? –> Kubectl, json/yml files