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!

Enroll Now

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

  1. API Server
  2. Cluster Storage
  3. Controller Storage
  4. Scheduler

Assignment3 – What are the components of Worker?

Workers has 3 Applications for worker

  1. Kubelet
  2. Kube proxy
  3. Container Engine

Assignment4 – What are the components of workstation?

1. Kubectl, .json/ yaml files