Rajendra: Kubernetes Assignment-1

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours scrolling social media and waste money on things we forget, but won’t spend 30 minutes a day earning certifications that can change our lives.
Master in DevOps, SRE, DevSecOps & MLOps by DevOps School!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

  1. 10 features of kubernetes

Automated Scheduling
Self-Healing Capability
Automated rollback
Load Balancing
Environment consistency
Best resource utilization

Monitoring
Auto-scalable infrastructure

  1. 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.

  1. What are the components of Master? –> ApiServer, Cluster Store, Controller & Scheduler
  2. What are the components of Worker? –> Pods and Containers
  3. What are the components of Workstation? –> Kubectl, json/yml files