cluster-api-visualizer icon indicating copy to clipboard operation
cluster-api-visualizer copied to clipboard

Ability to set application root in container image - expose it using Ingress resource on context other than /

Open pawcykca opened this issue 5 months ago • 0 comments
trafficstars

Currently application in container is exposed on root context / and we can't change this.

To expose in using Ingress resource on some context other that root - example.com/capi-visualizer - we have to enable and use nginx.ingress.kubernetes.io/configuration-snippet annotation and combine with rewrite rules. Using this Ingress Nginx Controller feature is not recommended due security reasons.

It would be nice if we can set application root context in container other than /.

pawcykca avatar Jun 11 '25 06:06 pawcykca