Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

How GitHub uses eBPF to improve deployment safety

The GitHub Blog·Lawrence Gripper·about 2 months ago
#IcKGTDHo
#github#include#l338#lesson#code#ebpf
Reading 0:00
15s threshold

Did you know that, at GitHub, we host all of our own source code on github.com ? We do this because we’re our own biggest customer—testing out changes internally before they go to users. However, there’s one downside: If github.com were ever to go down, we wouldn’t be able to access our own source code. This is what you’d call a very simple circular dependency: to deploy GitHub, we needed GitHub. If GitHub is down, then we wouldn’t be able to deploy something to fix it. We mitigate this by maintaining a mirror of our code for fixing forward and built assets for rolling back. So we’re done, right? Problem solved? Nope, there are more circular dependencies to consider. For example, how do you stop a deployment script introducing a circular dependency of its own on an internal service or downloading a binary from GitHub?…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More