Exposing services external to kubernetes cluster: NodePort, LoadBalancer and Ingress

shazni nazeer
CodeX
Published in
5 min readSep 29, 2023

--

Photo by Erik Mclean on Unsplash

In a previous post I discussed Kubernetes services in the context of exposing a static IP for other pods in the same cluster to access it. But, often the requirement extends beyond the boundaries of the cluster. External client applications will need a way to access the services. This post is on how to accomplish that.

--

--