Kubernetes in Aman’s words

What is Kubernetes?Kubernetes is an open-source orchestration tool for deployment, scaling, and management of containers.Developed by Google in Go languageScaling & Load BalancingResource monitoringChecks the health of nodes and containersNetworking, pods can communicate with others using ip addresss Why Kubernetes?open-sourceScalabilityHigh avaliablity How Kubernetes works? A Kubernetes cluster is a set of Nodes and a MasterMaster controls all the nodes.apiSever{} All incoming and outgoing communication with the cluster is done through API server using JSON filesCluster Store It maintains all information

Read more