What is Kubernetes
Big Enterprise level load balancing service providing architecture
Why do we need it?
same as above + uninterrupted end user experience
How it works?
Workstation will execute kubectl , request will reach to api server , api server will check the storage etcdl db for healthy worker node , if available submit it to scheduler queue , if not available let controller manager figure out a healthy worker node
What are the components of Master?
api server , scheduler , controller manger , storage - etcdtl
What are the components of Worker?
an application called kubelet , proxy finder (dont remember the key word now ???)
Top comments (0)