Build systems—DSA, System Design, Workflows & more.
FEB 10, 20249 min read

Kubernetes Services and Networking

  • kubernetes
  • networking
  • services

Service types

  • ClusterIP: Internal cluster access
  • NodePort: Expose on node IP
  • LoadBalancer: Cloud load balancer
  • Ingress: HTTP routing and TLS

We'll map the networking model and common gotchas.