Ignite web console on kubernetes with ingress

classic Classic list List threaded Threaded
2 messages Options
vbm
Reply | Threaded
Open this post in threaded view
|

Ignite web console on kubernetes with ingress

vbm
This post was updated on .
Hi,

I was trying to use Ignite web console on Kubernetes using the docker image
at https://hub.docker.com/r/apacheignite/web-console-standalone/

For external access, I am using ingress kubernetes resource. I am able to
access Web console UI using the default href path (/).

But with non default href path, the ignite web console page does not load.  
Is there any workaround for this ?
 
Below is the ingress file, I am using:

apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: web-console-ingress
  namespace: default
  annotations:
    ingress.kubernetes.io/rewrite-target: "/"
spec:
  rules:
   - http:
       paths:
        - backend:
            serviceName: ignite-web-console-service
            servicePort: 8080
          path: /ignite-web-console-ui


Regards,
Vishwas



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Ignite web console on kubernetes with ingress

Ivan Pavlukhin
Hi Vishwas,

Are you going to do some contribution related to your question? If not
then you could ask the same question on [hidden email] User
list exists exactly for asking questions related to usability problems
and most likely you will get an answer there.
ср, 21 нояб. 2018 г. в 10:26, vbm <[hidden email]>:

>
> Hi,
>
> I was trying to use Ignite web console on Kubernetes using the docker image
> at
>
> For external access, I am using ingress kubernetes resource. I am able to
> access Web console UI using the default href path (/).
>
> But with non default href path, the ignite web console page does not load.
> Is there any workaround for this ?
>
> Below is the ingress file, I am using:
>
> apiVersion: extensions/v1beta1
> kind: Ingress
> metadata:
>   name: web-console-ingress
>   namespace: default
>   annotations:
>     ingress.kubernetes.io/rewrite-target: "/"
> spec:
>   rules:
>    - http:
>        paths:
>         - backend:
>             serviceName: ignite-web-console-service
>             servicePort: 8080
>           path: /ignite-web-console-ui
>
>
> Regards,
> Vishwas
>
>
>
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/



--
Best regards,
Ivan Pavlukhin