Ingress Nginx
A simple ingress controler for kubernetes.
It's the gateway between the user and the applications hosted on the platform.
Installation
You can install ingress-nginx using it's helm chart :
cd cluster/system/ingress-nginx/
helm upgrade --install ingress-nginx ingress-nginx \
--repo https://kubernetes.github.io/ingress-nginx \
--namespace ingress-nginx --create-namespace \
-f ingress-nginx.values.yaml