kedahttp
kedahttp copied to clipboard
Add an ingress & ingress controller
Put it in front of the proxy so that you get auto SSL (and more!)
the critical path request flow would be:
ingress controller (nginx?) --> proxy k8s service --> backend app
From @khaosdoctor:
We can use the HTTP Application Routing fully on this.
So the critical path would be:
- Deploy AKS with HAR enabled
- Create the proxy and Scaler
- On run, create a new ingress that points to the proxy service
- HAR creates the DNS name and zone automatically