metalbear-co / mirrord

Connect your local process and your cloud environment, and run local code in cloud conditions.
https://mirrord.dev
MIT License
3.84k stars 107 forks source link

traffic stealing/mirroring/http filtering is flakey #2942

Open aviramha opened 4 days ago

aviramha commented 4 days ago

Local: nixOS + nc (tried also python script to see if it's different and also users' app) Remote: kops cluster running on AWS (not EKS) with calico CNI (vxlan) + Istio mesh It seems that the agent steals/mirrors the connection start but not the data itself for some reason.

Calico configuration from kops:

 calico:
      encapsulationMode: vxlan
      mtu: 8951
      typhaReplicas: 3

K8s version: v1.27.9

linear[bot] commented 4 days ago

MBE-540 traffic stealing/mirroring/http filtering is flakey

aviramha commented 23 hours ago

Happened to another user on AWS EKS cluster version 1.30, with C# app