Kubernetes Services ( ClusterIP, LoadBalancer and NodePort ) example using Nginx
To understand the Kubernetes services, lets create a simple image, that you can use to understand and experiment with ClusterIP, LoadBalancer, and NodePort services in …