EarthLink Network has built—and maintains—all 18 products running across its internal infrastructure, according to a detailed breakdown shared on DEV.to. The company organizes these in-house tools into six functional areas: foundation, growth, execution, monitoring, support, and verification. Each product solves a specific operational problem rather than relying on third-party solutions that might introduce dependencies or limit customization.
Foundation Layer
The foundation category covers core infrastructure components that everything else depends on—think compute orchestration, storage management, and networking primitives. These are the unglamorous but critical pieces that platform teams often underinvest in until they become bottlenecks. Building these internally means EarthLink can optimize for their specific workloads rather than accepting one-size-fits-all tradeoffs from commercial vendors.
Growth and Execution Tools
Growth-focused products handle scaling concerns: capacity planning, traffic routing, and auto-scaling mechanisms that respond to demand patterns unique to EarthLink's business. Execution tools cover deployment pipelines, configuration management, and workflow orchestration. The combination suggests a mature platform engineering org that treats developer productivity as a first-class concern—not something you outsource to a SaaS CI/CD provider.
Monitoring and Support Stack
The monitoring category includes observability stack components—metrics collection, log aggregation, distributed tracing, and alerting systems. Support tools handle incident management, runbook automation, and customer-facing issue resolution workflows. This pairing reveals an SRE-inspired operating model where reliability work is systematized rather than reactive firefighting.
Verification and Quality Assurance
The verification category rounds out the toolchain with testing infrastructure, security scanning, compliance auditing, and code quality gates. Building these in-house allows EarthLink to enforce company-specific standards that might not fit neatly into off-the-shelf alternatives—particularly important for regulated industries or companies with unique security requirements.
Why This Matters for DevOps Teams
The breadth of EarthLink's internal tooling portfolio signals something important: at a certain scale, the build-versus-buy calculation changes. Commercial tools solve common problems well, but they introduce latency (waiting for vendor roadmaps), reduce flexibility (living within product constraints), and create dependency risk (vendor lock-in or sunset scenarios). Teams that invest in internal platform development can move faster on their own terms—though the upfront engineering investment is substantial.
Key Takeaways
- Eighteen distinct products across six categories shows serious platform engineering maturity
- Building foundation layer components internally enables optimization for specific workloads
- Monitoring and support tooling reflects an SRE-influenced operational philosophy
- Verification tools allow company-specific security and compliance standards enforcement
- The build-not-buy approach trades initial investment for long-term flexibility and control
The Bottom Line
EarthLink's internal toolchain strategy is a bet that platform ownership compounds over time. For infrastructure teams evaluating their own stacks, the lesson isn't to rebuild everything—it's to identify which pieces genuinely differentiate your business and invest there deliberately rather than defaulting to whatever vendor happens to be popular this quarter.