Questions tagged [servicemesh]
129 questions
0
votes
1 answer
How to connect a local service being developed to a hosted service mesh?
I currently have a hosted (GCP) microservice environment that is under development. When working on a service I currently run the environment locally. I run all the services that the service I am working on needs to communicate to.
This provides a…

James
- 615
- 1
- 4
- 22
0
votes
1 answer
Are there any service mesh implementations like Istio that support LXC containers?
I am trying to learn about service mesh architectures. I understand that the service mesh implementations typically inject an agent or a proxy inside a Kubernetes pod to achieve service-to-service communication.
Referring to Can Kubernetes manage…

iyengapr
- 1
- 2
0
votes
0 answers
(kubernetes/GKE) How do I route traffic in istio based on client IP address?
I am using GKE, with it's own set of istio mesh enabled. I do have a gateway and a virtual service, which is routing traffic just fine. But I wanted to direct traffic to diffrent paths based on source IPs.
I do realise that we could use match /…
0
votes
1 answer
Istio ingress gateway : domain name and port forwarding
I have set up an Istio service mesh. It works fine as I want so far. From outside I can only access with the port number like http://www.mytest.com:41333. What do I have to do to forward 80 to 41333 so that I can access it with…

Alex
- 1
- 1
- 1
0
votes
1 answer
Using Kuma to run a multi-cloud service mesh
How can I use Kuma to run a multi-cloud service mesh that spans across a VM-based environment as well as a Kubernetes-based environment?
Specifically, how will service discovery work in such a way that VM-based workloads can discover K8s-based ones…

Mark
- 67,098
- 47
- 117
- 162
-1
votes
0 answers
istio-proxy: Readiness probe failed: Get "http://10.1.23.23:15021/healthz/ready": dial tcp 10.1.23.23:15021: connect: connection refused #46778
(1) What I want to do with istio:
deploy the booKinfo application and observe the running performance of App's pods by scheduling different pods into one node or multiple nodes.
Everting works fine when all pods (from BookInfo Application) are…

Ming CHEN
- 39
- 3
-1
votes
1 answer
Istio circuit breaker sending traffic to unhealthy Services
I'm quite new to istio and experimenting Istio circuit breaker concepts, for that I have configured the istio virtual service, destination rules and nginx pods.
My virtual service have two different nginx pods, I configured 50-50 traffic…

Debugger
- 690
- 1
- 18
- 41
-1
votes
1 answer
K8s Service Mesh (with Sidecar Proxy): Pod Security On Untrusted Node
Wondering if traffic between a pod's sidecar proxy and the pod's application(s) can be intercepted as it traverses the localhost network stack (perhaps using a eBPF module)?
Can a tenant guarantee the security of its traffic if it does not…

gdew
- 31
- 1
- 3