What is the default service type in Kubernetes?

Kubernetes Fundamentals Easy

Kubernetes Fundamentals — Easy

What is the default service type in Kubernetes?

Key points

  • ClusterIP is used for internal communication
  • NodePort exposes service on each node's IP
  • LoadBalancer provides an external IP
  • ExternalName maps service to a DNS name

Ready to go further?

Related questions