FEB 10, 2024⏱ 9 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.