jim-minter / linkerd2-proxy-init

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linkerd2-proxy-init

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

Assuming that you have k3d installed locally (as is included in the Devcontainer):

just test-integration

About

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

License:Apache License 2.0


Languages

Language:Go 69.0%Language:Shell 19.9%Language:Rust 9.6%Language:Dockerfile 1.1%Language:jq 0.4%