Mastering Kubernetes Ingress: Nginx Sidhartha Mani Founder and CEO https://koki.io
Ingress In·gress ˈinˌɡres/ Noun the action or fact of going in or entering.
Kubernetes Ingress Network traffic entering into a kubernetes cluster from outside.
Kubernetes Ingress Controller A manager that controls how traffic entering into the cluster is handled.
Kubernetes Controllers Closed circuit control systems
Closed Circuit Ingress? Ingress Controllers do not route traffic
Reverse proxy Reverse Proxy Sits at the edge of network and routes traffic
Reverse proxy Fn of Ingress Controller? Listens for Ingress events and configures routes
Ingress Events Create, update or delete operation on Ingress resource
Ingress resource Maps routes to services
Demo
Routing
Routing Default mode Round Robin
Routing Default mode Round Robin
Routing Default mode Round Robin
Cookies nginx.ingress.kubernetes.io/affinity: cookie
TLS Termination
TLS Passthrough
Rewrite nginx.ingress.kubernetes.io/rewrite-target: /app
Rewrite nginx.ingress.kubernetes.io/configuration-snippet: | rewrite ^(/ui)$ $1/ permanent;
Rate limit nginx.ingress.kubernetes.io/limit-rpm: "1"
Auth nginx.ingress.kubernetes.io/auth-type: basic
Koki Me Twitter @kokster_ @utter_babbage @kokster_ - Medium @kokster @utter_babbage Find us on social media koki.io
Authenticated, Secure, Dynamic Ingress This concludes the presentation. Thank you!

Mastering kubernetes ingress nginx