kubernetes-self notes
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
1.What is Kubernet?
Cluster together group of hosts running linux container’s i.e container orchestrator and moreover it is a open source platform means anyone can access this tool
2.Why Kubernetes ??
Kubernetes is a portable,workload placement,infrastructure abstraction and desired state that facilitates both declarative configuration and automation.
3.Kubernetes Architecuture???
Kubernetes cluster consists of a set of worker machines, called nodes, that run containerized applications. Every cluster has at least one worker node. we have pod’s inside pod’s we have container’s and there are four component’s called as Master Linux:-
1.API-server 2. cluster store 3.kube-controller manager 4.kube-scheduler
4. How Kubernetes Works
Kubernetes keeps track of our container’s 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.