Installing Nginx Ingress Controller on kubernetes

Frontline http and https
Created by: Evandro Moura 06.19.2021, 23:00 pm

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.


Download the following installation file:


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


Installation

kubectl apply -f deploy.yaml


Instalando Nginx Ingress Controller no kubernetes