cluster-api-visualizer
cluster-api-visualizer copied to clipboard
Ability to set application root in container image - expose it using Ingress resource on context other than /
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 /.