Siva Kumar M – Kubernetes Assignment

Features of Kubernetes: Automated scheduling Self healing capability Storage orchestration Automated rollbacks Bin packing Scaling Load balancing Resource utilization Portability secret and config management How kubernetes works? Kubernetes clusters are comprised of one master node(control plane) and a number of worker nodes. These nodes can either be physical computers or virtual machines, depending on the cluster. The master node controls the state of the cluster; for example, which applications are running and their corresponding container images. Components of Master Node:

Read more