RSSAmplifier

Blog

Joey Bratton

Recent content on Joey Bratton

joeyb.orgRSS feed ↗2 posts

Latest posts

Running Envoy on CentOS 6 or CentOS 7

Envoy currently does not produce a binary that runs out of the box on CentOS 6 or CentOS 7. The main build container is based on Ubuntu and it produces a binary that requires glibc >= 2.18. Unfortunately, CentOS 7 is on 2.17 and CentOS 6 is on 2.12. Rather than taking on ownership of a custom build, we found a more creative way to get Envoy running. There’s a tool called PatchELF that allows…

Real World Dependency Injection

Martin Fowler provides a good overview of Dependency Injection and Inversion of Control, so I’ll skip the overview and assume that you are familiar with both concepts. Most devs that I know who are familiar with DI tend to have strong feelings about it. Many of those feelings are negative because they’ve seen how easy it is to abuse DI. This is definitely a “great power, great…

Joey Bratton · RSS Amplifier