What is the default service type in Kubernetes and what is it used for?
Answer
The default is ClusterIP and it's used for exposing a port internally. It's useful when you want to enable internal communication between Pods and prevent any external access.