Questions tagged [gloo]

27 questions
0
votes
0 answers

How can I configure gloo to generate headers in the outgoing response?

Hi I am having a gloo deployment. The gloo recieves http requests from the client. It then forwards the requests to the upstream micro services. I have a requirement so that when the gloo recieves an inbound request I have to generate the following…
prasanth
  • 335
  • 1
  • 3
  • 10
0
votes
1 answer

PyTorch Distributed SocketTimeout error on Windows

i've developed this little POC using pytorch distributed package: essentially a Trainer spawns N processes and orchestrate them using python Pipes (it could also be Queues). Normally it should send data at every epoch, but in this POC the data is…
belerico
  • 31
  • 7
0
votes
0 answers

All nodes failing with ingress

I installed gloo in my cluster as ingress controller. (I am using EKS) glooctl install ingress. This creates a new elb but in the newly created elb status of all the nodes are OutofService(It's failing health checks). Anyone have any idea what could…
Origin
  • 1,182
  • 1
  • 10
  • 25
0
votes
0 answers

port-forward through a revser-proxy got 'error upgrading connection' error

I have written a simple reverse proxy which will proxy requests to a K8s cluster. The reverse proxy is deployed in a cluster which use gloo as api gateway. I can perform kubectl get pods operations outside the cluster, using the reverse proxy to…
flyer
  • 9,280
  • 11
  • 46
  • 62
0
votes
3 answers

GlooEdge testing routes using glooctl

Anyone worked with solo.io's glooctl command. I was working on the hello world example, https://docs.solo.io/gloo-edge/latest/guides/traffic_management/hello_world/ and everything went smoothly until the last step, testing the route rule: bash %…
ICode
  • 29
  • 1
  • 2
0
votes
0 answers

glooedge tls not working for more than one virtual service

I am using Gloo edge as my ingress controller I have two virtual services say one for domain a.example.com and another for b.example.com. When I add sslConfig for one it works completely fine. But when I add it for both I am not able to access my…
Origin
  • 1,182
  • 1
  • 10
  • 25
0
votes
1 answer

Routing using ingress controller

I have a kubernetes cluster with a set of pods and two loadbalancer services. When a incoming requests comes I want to route the request to correct service by checking the query param and making some additional processing on the query param. I know…
Origin
  • 1,182
  • 1
  • 10
  • 25
0
votes
1 answer

Reverse URL Transformations in Gloo, Kong, etc

I've been googling and googling and I'm still trying to understand one aspect of API gateways like Gloo or Kong. I understand that you can configure them so that externally facing URLs get "connected" to internal servers behind the scenes with…
Michael Tiller
  • 9,291
  • 3
  • 26
  • 41
0
votes
0 answers

Naming unknown services or define a gateway in istio

I'm kind of stuck here we're currently taking steps to move our monolith into microservices on Kubernetes. We use the following: Kubesphere 3.0 Istiod 16.10 Gloo Latest. As you can see the traffic is known to flow from the gloo API gateway but I…
0
votes
0 answers

How to route request with dynamic value in gloo ingress controller

How do I route the request that contains some dynamic part. For example I'd like request /v1/employees/{empid}/reports to be be routed to: /my/host/v1/employees/{empid}/reports Here {empid} is dynamic (alphanumeric) and changes from request to…
Bakul G
  • 213
  • 1
  • 2
  • 5
0
votes
1 answer

Is it possible control Line_Width of individual lines in gloo (webgl in Python)?

In VisPy with gloo backend, The with of lines drawn via 3D coordinates can modified through GL.glLineWidth(max(width1, 1.)) at once, altogether. Is there any way to give the widths/thickness of line using array like colors? Should I modify gloo or…
iPsych
  • 171
  • 10
0
votes
1 answer

Knative: confusing service names and routing

I’m getting started with Kubernetes, Knative and Gloo. My goal is to deploy a simple http service to a gke cluster. I’ve managed to setup knative, gloo and deploy a healthy service there named backend. Next step is to setup routing /api/v1 ->…
Andrey Kuznetsov
  • 11,640
  • 9
  • 47
  • 70
1
2