Ingress and External Routing
Expose multiple services to the outside world through a single entry point using Ingress resources, host and path routing, and an Ingress controller.
Beyond NodePort and LoadBalancer
A Service can expose an app, but giving every app its own external IP gets expensive and messy. Ingress provides one smart HTTP entry point that routes to many services.
What Is an Ingress?
An Ingress is a Kubernetes object describing HTTP/HTTPS routing rules: which host or URL path maps to which Service.
All lessons in this course
- Deployments for Stateless Apps
- Services for Network Access
- ConfigMaps & Secrets
- Ingress and External Routing