Day4 – Kubernetes – Assignment – Bhargav
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Assignment1 – How Kubernetes works
Kubernetes can manage Container Orchestration, Work load Placement, manage Infrstructure, Desired state.
It has Self Healing, Automated Roll back, Auto Scaling and load balancing
It can host multiple Docker containers
Assignment2 – What are the components of Kubernetes Master?
Master has four softwares
- API Server
- Cluster Storage
- Controller Storage
- Scheduler
Assignment3 – What are the components of Worker?
Workers has 3 Applications for worker
- Kubelet
- Kube proxy
- Container Engine
Assignment4 – What are the components of workstation?
1. Kubectl, .json/ yaml files