Appendix: Methods for external access to services running in a k8s cluster
Popular ways to access services running in a Kubernetes cluster from outside.
Port forwarding: for debug
NodePort: for development purposes
LoadBalancer: for production environments
Ingress: provides advanced HTTP/S routing
Traefik: Ingress cont...
blog.j1works.com5 min read