airavata-courses / VignyaanDwaarNirman

Micro-service Architecture based Radar Data Visualization Web Application. Tools and Technologies: Jetstream, Kubernetes, Docker, RabbitMQ, Jenkins, RESTful, JAVA, Node JS, MongoDB
http://149.165.168.66:30012
0 stars 2 forks source link

Istio static ip issue #34

Closed ViralPrajapati closed 4 years ago

ViralPrajapati commented 4 years ago

The installation and set up of Istio requires to make a ingress istio gateway to let external traffic interact with the system, but for this we need to expose our ip address to istio gateway. But for this when we try to follow the setup guide it is exposing the static ip address in place of floating ip address. Hence, not being able to access the services from outside.

AnshulV98 commented 4 years ago

After reading about this, I believe that the this would not work normally as Jetstream instances don't have external Load Balancers and hence, we cannot have an ingress gateway limiting us in many manners, hence, to overcome this nodeport is a possible solution

AnshulV98 commented 4 years ago

For this to work, we need to change all the YAML files of Istio and changes their type from 'ClusterIP' to 'NodePort', though this is wrong, seeing the current situation this is the only viable option

AnshulV98 commented 4 years ago

Ok, so once that is done, The automatic setup for the dashboards won't work, so we need a separate yaml file to install them, I think this will help

AnshulV98 commented 4 years ago

This issue is resolved, hence closing this