Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
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:
API Server β front end of the kubernetes
Control store etcd β stores the cluster data
Controller manager β controls node, endpoint and pods
Controller scheduler β watches the pods and assigns to node
Components of Worker Node:
Kubelet β Instantiates POD.
Kube proxy -kube-proxy maintains network rules on nodes/ Iptables
Controller runtime /Docker engine β POD β container creation
Components of Workstation
Kubectl β CLI to interact with APIserver