Skip to content

mcluseau/kubernetes-iptables-proxy

Repository files navigation

This is a quick-and-dirty implementation of the Kubernetes Proxy using iptables rules.

Setup:

iptables -t nat -I PREROUTING  -j my-dnat
iptables -t nat -I OUTPUT      -j my-dnat
iptables -t nat -I POSTROUTING -j my-snat
/usr/bin/docker run --name kube-iptables-proxy --privileged --net=host mcluseau/kube-iptables-proxy:latest ./watch-apply

About

Quick implementation of a Kubernetes proxy using iptables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published