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.
What are the 10 feature of kubernetes? β
- optimizes the utilization of resources like CPU and memory through containers
- allow for efficient distributions of applications across a cluster of nodes
- Its a tool or platform which focuses on deploying and scheduling containers inside the infrastructure instead of directly utilizing nodes/hosts.
- Container grouping using pod
- Self-healing
- Auto-scalablility
- DNS management
- Load balancing
- Rolling update or rollback
- Resource monitoring and logging
How kubernetes works? β
Kubernetes keeps track of your container applications that are deployed into the cloud. It restarts orphaned containers, shuts down containers when theyβre not being used, and automatically provisions resources like memory, storage, and CPU when necessary
What are the components of Master? explain in one line sentense β
Cluster store, controller, apiserver
What are the components of Worker? explain in one line sentense β
pod, docker, kublet, kube-proxy
What are the components of Workstation? explain in one line
control plane, kube-apiserver, scheduler, controller manager, etcd, node, load balancer