KUBERNETES EASY UNDERSTANDING

Define what is Kubernetes with image?

1.Kubernetes is an open source platform which is developed by google.

2.kubernetes is a combination of API server, controller, scheduler and etcd which is used by the developer/operator.

3.kubernetes node is a combination of kubelet and kube-proxy which is called as kubernetes node.

Why Kubernetes ?

1.kubernetes is easy to use and we can create containers easily whenever we need.

2.In kubernetes control manager is used to control the servers.

3.scheduler is used to schedule the tasks in easy way.

4.And basically it is portable, immutable and reproducible.

Kubernetes Architecture?

1.In Kubernetes architecture the master node contains rest API server and the server is connected to the etcd, controller manager, scheduler .

2. server is connected to the Kubelet and the Kubelet is connected to the node and to the pod and inside the pod the container is connected.

3. The architecture is mainly connected in the Kubernetes cluster.

How Kubernetes works?

1.First we have to create a Kubectl workstation and we have to create an Json package in yaml.

2. The commands are given to the API server .

3. And from the API server it is sent to the cluster store , controller and scheduler.

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