Question 3 of 10Pro Only
What is a Kubernetes Service, and what are the different service types? When would you use each type?
Sample answer preview
A Kubernetes Service is an abstraction that defines a logical set of pods and a policy for accessing them. Services provide stable networking for pods, which have ephemeral IP addresses that change when pods are recreated.
serviceClusterIPNodePortLoadBalancerExternalNamelabel selector