Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 638 Bytes

File metadata and controls

21 lines (15 loc) · 638 Bytes

Nginx Ingress

Examples demonstrating nginx ingress controller routing inside of the cluster. For more information see link

Simple Nginx

Demonstrating public and private ingress. Example is deployed in nginx-example-simple-nginx namespace.

Wait until Address field is populated in the ingress and get the value.

kubectl get ingress -n nginx-external-example

Ingress using public ingress class should have Address of public load balancer and private ingress of private load balancer.

Test the public ingress.

curl -i --header "Host: public.lukakrapic.com" http://PUBLIC-ADDRESS