Reading 22m read

Ingress Controllers & Rules

Route external HTTP/HTTPS traffic to your services using Ingress — path-based routing, TLS termination, and ingress controllers.

Full content coming soon. This lesson is being written.

This lesson covers Ingress:

  • Ingress vs Service LoadBalancer: when each is appropriate
  • Ingress controllers: nginx-ingress, Traefik, Istio Gateway
  • Ingress rules: path-based and host-based routing
  • TLS termination with Ingress and cert-manager
  • IngressClass: multiple ingress controllers in one cluster
  • Annotations for controller-specific configuration
  • Practical example: routing /api/* and /app/* to different services

Check back soon for the full content.

Next Lesson