Kubernetes Services ( ClusterIP, LoadBalancer and NodePort ) example using Node.js
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 …