DEV Community

Discussion on: Use Azure Kubernetes Service (AKS) + Traefik instead of Azure Functions hosting + Azure API Management

Collapse
 
erythnul profile image
Erythnul

Interesting thoughts, definitely sounds worth experimenting with. We've also experienced some issues with Azure Functions Hosting.

Interested to see how you implemented applications using the WebJobs SDK. If you do create another post, please let me know.
We currently use Nginx for our Kubernetes Ingress, any good reason we should consider switching away from Nginx to Traefik?

Collapse
 
deyanp profile image
Deyan Petrov

@erythnul , published dev.to/deyanp/f-app-stub-for-aks-h..., working github project will follow soon.

Collapse
 
deyanp profile image
Deyan Petrov • Edited

Will do.

I have no real experience with nginx, just read its config is more complicated, and a colleague was happy using Traefik for years, so that's how I ended up with it. Pretty happy so far with it, especially with its forward-auth middleware.