Kubernetes: Difference between revisions

Line 169: Line 169:
==Ingress==
==Ingress==
Ingress is equivalent to having a load-balancer / reverse-proxy pod with a NodePort service.
Ingress is equivalent to having a load-balancer / reverse-proxy pod with a NodePort service.
===Installing an Ingress Controller===
See [https://kubernetes.github.io/ingress-nginx/deploy/ ingress-nginx] to deploy an ingress controller.


==Variants==
==Variants==