Posts

Showing posts from April, 2023
Image
 Do you know what is Kubernetes? If not then I will explain you and also inform you about working of Kubernetes and its various features so that you can use it accordingly. What is Kubernetes? Kubernetes is an portable, extensible and open-source platform which is used for maintaining and deploying a group of containers. Both declarative configuration and automation are made easier by it. Kubernetes was introduced as a project at Google and it was a successor of Google Borg, which  has same features as Kubernetes. What is container? Container is the running image. Image is a package which contains everything for application to work like code and other resources on which application depends. Why we need Kubernetes? It is mainly used for scaling resources of applications to handle the request of all users and giving them required result on time. Architecture of Kubernetes Its working is based on nodes. It contains two nodes: Master Node: It controls  all activities in Kubernetes Worker N