Ingress
K8s Load Balancer
NGINX Ingress
Deploy NGINX ingress
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/mandatory.yamlkubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/baremetal/service-nodeport.yamlkubectl get services --namespace=ingress-nginxNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
ingress-nginx NodePort 10.111.35.186 <none> 80:32022/TCP,443:31845/TCP 29mTest a deployment
Create ingress
Test
Last updated