Installing Nginx Ingress Controller to receive http and https calls and redirect to Service.
Fundamental for the provision of its services including certificates in a secure way.
wget https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/baremetal/deploy.yaml
Edit the file to enter the external IP that will respond to port 80
vi deploy.yaml
Add the externalIPs
kubectl apply -f deploy.yaml