Day-3 Assignment

1) What is Kubernetes?

A) Kubernetes is a containers orchestration which manages large number of docker host containers. It is developed by google and later donated to CNCF(Cloud Native Computing Foundation). It is a open source platform for managing containers workloads and serrvices.

2) 5 reasons of using Kubernetes.

A)

  1. Scalability
  2. Better management
  3. Very useful for open source projects with less cost.
  4. It allows to allocate container applications as of our choice.
  5. It responds to need of applications running at the moment.

3) Each Kubernetes Components & write 2-3 lines about each one of them.

A)

  1. Etcd:- It stores the information of all K8 cluster. It stores in key value format of multiple clusters.
  2. API Server:- It provides all operations on cluster using API. It implements an interface, which means different tools and libraries.
  3. Controller manager:- It is responsible for regulating the state of cluster and to perform a task. It sends and receives data to API server.
  4. Scheduler:- It is used for distributing the workload and it is also used to track and utilization of workload.
  5. Kube Proxy:- It manages the networking part. It makes the services available to the host.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x