spline-getting-started icon indicating copy to clipboard operation
spline-getting-started copied to clipboard

Spline needs 2nd address when deployed in k8s

Open van2142 opened this issue 1 year ago • 0 comments

Hello! I trying to deploy Spline into k8s cluster via Helm instance, but when i open web-ui page, I get error, because browser try to load data from api service. It turns out that 2 addresses are required for work in cluster, because api service not available out of cluster network. I tried to get around this by mapping the Istio service to the subpath "/consumer" in the URl to access the API service but I get a 404 error In k8s clusters we usually uses 1 addess to 1 instance. image

van2142 avatar May 02 '24 06:05 van2142