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.
api server: all the feature available at api server. , front end to control plane. anything want to master , can send to api server.
it can be using http, it consumes json file. internally it communicates with each other.
cluster store:any req is send is stored here. internal communication(worker to master etc.) also stored here. it uses etcd (open source) to store.it should exist in etcd- source of truth.
controller manager: collection of controller. node controller(all the monitoring activities), endpoints controller. watches for changes. helps to maintain desired state.
kube scheduler: watches api server for new pods. assign work to neodes.(affinity/anti-affinity)