wilsonianb / c8s

Codius-less: web-monetized serverless Kubernetes add-on
Apache License 2.0
3 stars 0 forks source link

Replace traefik with gloo for c8s host ingress #17

Closed wilsonianb closed 4 years ago

wilsonianb commented 4 years ago

https://gloo.solo.io/installation/ingress/

wilsonianb commented 4 years ago

or run c8s host as knative service?

wilsonianb commented 4 years ago

Currently running c8s as a knative service, but with gloo gateway (not ingress) instead of the knative external proxy. Could probably instead use either ingress-nginx (~will already need for acme dns~) or traefik for ingress.

wilsonianb commented 4 years ago

Now try traefik as ingress #32 Gloo gateway couldn't easily do ssl redirect

wilsonianb commented 4 years ago

Using istio instead