envoyproxy Questions
3
TL;DR: How can we configure istio sidecar injection/istio-proxy/envoy-proxy/istio egressgateway to allow long living (>3 hours), possibly idle, TCP connections?
Some details:
We're trying to per...
Languet asked 11/9, 2020 at 8:38
3
Solved
I'm novice in gRPC. My program is written with nuxtjs and is a simple login page that receives the username and password and sends it to the server using gRPC.
Everything is fine when I submit a ...
Churinga asked 17/12, 2021 at 12:51
2
I'm using https://github.com/jetstack/cert-manager in a Kubernetes environment to automatically load https://letsencrypt.org/. It creates certificates that expire in 90 days. 30 days prior to expir...
Spathose asked 4/1, 2019 at 0:3
0
I have a .NET Core based micro service architecture and have several micro services. We chose Ocelot as API Gateway for routing, aggregation & security implementation. During our architec...
Enthusiastic asked 9/8, 2022 at 21:57
1
I have a service mesh envoy proxy configuration issue. The configuration is based on this example from the official envoy proxy site: https://www.envoyproxy.io/docs/envoy/latest/start/sandboxes/fro...
Aperture asked 8/10, 2019 at 1:59
2
For a hybrid-cloud use-case we are looking into the suitability of EnvoyProxy to act as a solution to move data across an on-premise firewall. The intended setup is as follows:
App A is located in...
Frisbie asked 2/9, 2020 at 13:4
2
Solved
I have 4 microservices running on my laptop listening at various ports. Can I use Istio to create a service mesh on my laptop so the services can communicate with each other through Istio? All the ...
Jolty asked 26/10, 2018 at 18:50
1
State of Servies:
Client (nuxt) is up on http://localhost:3000 and the client sends
requests to http://localhost:8080.
Server (django) is running on 0.0.0.0:50051.
Also docker is up
78496fef5...
Reiche asked 19/12, 2021 at 7:48
2
Solved
I have Envoy Proxy handling SSL termination. Nginx (1.17.0 in a docker container, compiled --with-http_v2_module) is one of several upstream services. As a result, Nginx receives traffic on port 44...
Sopping asked 13/5, 2020 at 18:45
1
I'm trying to debug a mesh of services, with Envoy sat in the middle. The access logs are showing a lot of 503s, which vary in their %RESPONSE_FLAGS%. Other than the access logging docs, I can't fi...
Polarity asked 13/11, 2020 at 15:57
1
Solved
I'm trying to use http2/grpc streaming, but my connection cuts off in 15 seconds. The documentation on the timeout setting says to set the timeout to 0. However when I do this then Envoy throws an ...
Osis asked 26/1, 2021 at 8:10
0
As is very well explained in this elaborate answer, you can customise istio's logging format in IstioOperator.
In my case, IstioOperator (when it comes to access logging configuration) looks like t...
Shiri asked 20/1, 2021 at 18:1
1
Solved
I want to be able to capture (log) (at least some of) envoy's HTTP headers on my istio service mesh.
I have gone through envoy's docs, and in the log levels' section, it does not mention any header...
Ansermet asked 18/1, 2021 at 9:4
3
Solved
I am trying to implement a service mesh to a service with Kubernetes using Istio and Envoy. I was able to set up the service and istio-proxy but I am not able to control the order in which the cont...
Contortion asked 22/10, 2018 at 19:30
2
Solved
I have an Istio 1.4.6 VirtualService with a match and a url rewrite defined as follows:
match:
- authority:
prefix: example.com
uri:
prefix: /foo/bar
rewrite:
uri: /
route:
- destination:...
Inactivate asked 12/3, 2020 at 16:42
2
Is there any way to remove a header going upstream after the external authentication with the envoy proxy? We planned to migrate to envoy proxy for our internal API gateway, but this is a blocker n...
Move asked 22/3, 2019 at 5:29
1
Solved
I am trying to understand the difference between the VirtualService and the Gateway in istio? As far I could understand, VirutalService is also used for the purpose of routing the traffic same as G...
Jody asked 16/9, 2020 at 7:41
1
Solved
I am having tough time understanding the distinction between Envoy and Consul. What are the use cases for each one and what are the advantages ?
They both seem to be providing service mesh, observ...
Oma asked 1/5, 2020 at 20:58
1
Solved
Circuit breaker doesn't trip on httpConsecutiveErrors: 1 (for 500 response). All requests pass through and give a 500 instead .
Circuit breaker should trip and should return 503(Service Unavailable...
Difference asked 31/5, 2018 at 11:5
1
Im trying to setup a basic envoy proxy (using Docker) from the envoy documentations but I keep getting parsing error as below:
[2019-09-30 11:16:05.313][1][info][main] [source/server/server.cc:238...
Interpret asked 30/9, 2019 at 11:38
1
I'm looking for to utilize a more mainstream and language-agnostic API proxy/wrapper for implementing common patterns (eg, circuit breaker, health checks, etc.) and tracking stats for API calls.
H...
Kwok asked 22/11, 2018 at 0:19
1
I have a K8s deployment with one pod running among others a container with Envoy sw. I have defined image in such way that if there is an Environment variable EXTRA_OPTS defined it will be appended...
Indocile asked 7/8, 2019 at 8:12
2
Solved
I am planning to introduce K8s/Istio into my infra.
Right now I have plenty of services which communicate with each other using RabbitMQ.
Service mesh concept seems to assume all services should b...
Karolkarola asked 16/4, 2018 at 23:56
4
Due to some legacy application that relies on Host header to function correctly, I need to have an Ingress (proxy, etc) that capable of rewrite Host header and pass that to downstream (backend). Is...
Tetracaine asked 11/2, 2019 at 5:52
1
Solved
I am looking for a service proxy (or load-balancer) with URL-based affinity.
This is for using in Kubernetes, inside the cluster: I am looking for an "internal" load balancer, I don't need to expo...
Mozart asked 18/3, 2019 at 13:37
1 Next >
© 2022 - 2025 — McMap. All rights reserved.