Boyang Yan

Home

❯

posts

❯

Kubernetes Publishing Services (management external traffic)

Kubernetes Publishing Services (management external traffic)

Apr 04, 20251 min read

Publishing Services (ServiceTypes)

For some parts of your application (for example, frontends) you may want to expose a Service onto an external IP address, that’s outside of your cluster.

Kubernetes ServiceTypes allow you to specify what kind of Service you want.

Type values and their behaviors are:

  • ClusterIP
  • NodePort
  • LoadBalancer

Routing

  • Ingress

Reference List

  1. https://medium.com/google-cloud/kubernetes-nodeport-vs-loadbalancer-vs-ingress-when-should-i-use-what-922f010849e0

Graph View

  • Publishing Services (ServiceTypes)
  • Routing
  • Reference List

Backlinks

  • Kubernetes

Created with Quartz v4.5.0 © 2025