developmentseed / eoapi-k8s

eoAPI IaC and k8 deployments for AWS, GCP and Azure
https://eoapi.dev/
MIT License
10 stars 4 forks source link

MEDIUM: Single ALB with Path Rewrites via Ingress Nginx #4

Closed ranchodeluxe closed 1 year ago

ranchodeluxe commented 1 year ago

Background:

What we know:

What the above means in practice is that a request that comes in on the main ALB /vector cannot have the prefix stripped and will actually get sent to the tipg service as /vector and then 404

What we want to try:

AC:

ranchodeluxe commented 1 year ago

What the above means in practice is that a request that comes in on the main ALB /vector cannot have the prefix stripped and will actually get sent to the tipg service as /vector and then 404

based on this sentence above I think using --root-path override on each service would also work with the ALB approach