Skip to content

Init container that sets up the iptables rules to forward traffic into the Linkerd2 sidecar proxy

License

Notifications You must be signed in to change notification settings

jaerik/linkerd2-proxy-init

 
 

Repository files navigation

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.

Integration tests

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

About

Init container that sets up the iptables rules to forward traffic into the Linkerd2 sidecar proxy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 87.4%
  • Shell 7.7%
  • Makefile 3.6%
  • Dockerfile 1.3%