spline-getting-started
spline-getting-started copied to clipboard
Spline needs 2nd address when deployed in k8s
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.