A simple UDP echo server that responds back whatever data the client sends as well as client source ip address and source port.
docker run -d -p 33333:33333/udp -p 33332 dlee116/packet-mirror:latest
kubectl apply -f k8s-deployment.yaml
kubectl apply -f k8s-lb.yaml