Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.34 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.34 KB

Day 30 Task: Kubernetes Architecture

Kubernetes Overview

With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become a standard to deploy and operate containerized applications and is one of the most important parts of DevOps.

Originally developed at Google and released as open-source in 2014. Kubernetes builds on 15 years of running Google's containerized workloads and the valuable contributions from the open-source community. Inspired by Google’s internal cluster management system, Borg,

Tasks

  1. What is Kubernetes? Write in your own words and why do we call it k8s?

  2. What are the benefits of using k8s?

  3. Explain the architecture of Kubernetes, refer to this video

  4. What is Control Plane?

  5. Write the difference between kubectl and kubelets.

  6. Explain the role of the API server.

Kubernetes architecture is important, so make sure you spend a day understanding it. This video will surely help you.

Happy Learning :)

← Previous Day | Next Day →