This repo contains the init container that reroutes all traffic to the pod through Linkerd2's sidecar proxy. This rerouting is done via iptables and requires the NET_ADMIN capability.
The instructions below assume that you are using minikube.
Start by building and tagging the proxy-init
image required for the test:
eval $(minikube docker-env)
make image
Then run the tests with:
make integration-test