Replies: 1 comment
-
Hi @ettoredn, thanks for your question. The short answer is that mirrord's agent, running in the K8s cluster, associates the thread that does the sniffing and sending of network traffic, with the Linux There are actually two possible types of mirrord agents. The default mode is a Job agent - mirrord will create a K8s Job, that will create an agent pod and remove that pod once it's done. In that mode, the agent will use mirrord/mirrord/agent/src/namespace.rs Line 48 in df3b7fd The other type of mirrord agent is an agent that runs on an Ephemeral Container. With that option, the agent container is already in the same For some further reading, Mehul from our team explained it in this blog post about Ephemeral containers. |
Beta Was this translation helpful? Give feedback.
-
Hi,
How does mirrord join the same network namespace of the target pod?
I'm not very familiar with k8s, so probably the answer is obvious, but I haven't found any specific mention of this in mirrord documentation.
Beta Was this translation helpful? Give feedback.
All reactions