What is kubernetes Service and how it works?
What is kubernetes Service? Service is one of API Resources in K8s Service is network load balancers for PODs Service Load Balance PODS on POD network Service is empowered by kube proxy & network policy Service get Fixed IP address and DNS. Service is managed by k8s Service can be exposed outside of the clustor (port-forward) Service can be STICKY Service always Loadbalnce HEALTHY PODs Service is getting update PODS endpoint(IP) with a help a of CoreDNS based on the
Read more