Day4 – Kubernetes – Assignment – Bhargav

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