3.113.0
3.113.0 - 2024-08-12
Added
-
Add new api to run mirrord inside container
mirrord container [options] -- <docker/podman> run ...
Because we need to run internal proxy process on the same network as the
process loaded withmirrord-layer
, to keep config and kubernetes
comparability the communication to mirrord agent is made via external proxy
that will run on the host machine.┌────────────────┐ k8s │ mirrord agent │ └─────┬────▲─────┘ │ │ │ │ ┌─────▼────┴─────┐ container host │ external proxy │ └─────┬────▲─────┘ │ │ │ │ ┌─────▼────┴─────┐◄──────┐ sidecar container │ internal proxy │ │ └──┬─────────────┴──┐ │ run container │ mirrord-layer ├────┘ └────────────────┘