How to configure nginx on kubernetes 1.8.1 as ingress controller
This short tutorial will show you how to configure an Ingress controller based on nginx
An ingress controller is component in the kubernetes cluster that manages the traffic coming into the cluster. Through ingress configurations you can define the rules to access the containers in you pod. For more info refer to the official documentation.