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 /.
Currently application in container is exposed on root context
/and we can't change this.To expose in using
Ingressresource on some context other that root -example.com/capi-visualizer- we have to enable and usenginx.ingress.kubernetes.io/configuration-snippetannotation 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
/.