Learn how to use Kubernetes External IP service type
Dec 21, 2019 · 7 min read
This article originally published here
When building a bare metal Kubernetes cluster, you might face a common problem as I do. You don’t know how to expose your Kubernetes service to the Internet other than using NodePort. If you are using the NodePort service type, it will…