How GitHub uses eBPF to improve deployment safety

21 points by eduard


nemith

Can figure out eBPF but still can't figure out how to support IPv6.

safinaskar

I think all these can be done easier. Just run your deployment script in a new mount namespace (unshare --mount) and bind-mount new /etc/hosts inside that namespace. That /etc/hosts should map github.com to some other IP. Done :)