InfoQ Homepage DevOps Content on InfoQ
-
Next Gen Networking Infrastructure with Rust
Carl Lerche shows how Rust’s “zero cost abstractions” can be leveraged to provide a networking platform that provides expressiveness, speed, and safety with tradeoffs between them.
-
Platforms at Twilio: Unlocking Developer Effectiveness
Justin Kitagawa talks about Twilio’s DevOps culture of “You build it, you run it”, and the evolution, tenets, and lessons learned of Twilio’s internal Platform.
-
Value Streams are Made of People
Liz Keogh looks at the "metaphors we live by", and how we typically treat work as boxes and substances to be passed around.
-
Introduction to gVisor: Sandboxed Linux Container Runtime
Emma Haruka Iwao introduces the architecture of gVisor and its benefits and discusses differences between other isolation mechanisms.
-
It’s 2018; Are My Containers Secure Yet?
Phil Estes discusses recent progress and areas not covered yet in container security, tooling, practices, and technology useful to secure containers.
-
Networking Your Microservices Applications
Owen Garrett discusses some of the approaches that have been tried by the industry including emerging technologies to help find the right solution for an application.
-
CI/CD/CS: Implementing Continuous Security across Your Delivery Pipeline and at Run-Time
Jorge Salamero Sanz discusses use case examples on how to make a CI/CD pipeline interact with Docker security tools, and how to prepare for policy violations that happen at runtime.
-
No Microservice Is an Island
Michele Titolo talks about the basic infrastructure and tooling needs for microservices to be successful.
-
Debugging Microservices: How Google SREs Resolve Outages
Adam Mckaig and Liz Fong-Jones talk about how SREs discover and debug problems at Google during outages, and share real stories about their experiences.
-
Design Microservice Architectures the Right Way
Michael Bryzek highlights specific key decisions that very directly impact the quality and maintainability of a microservice architecture, covering infrastructure, continuous deployment, and more.
-
Chaos Engineering: Building Immunity in Production Systems
Nikhil Barthwal discusses Chaos Engineering, its purpose, how to go about it, metrics to collect, the purpose of monitoring and logging, etc.
-
Running AWS Lambda Functions on CloudFront with Lambda@Edge
Oliver Gutperl introduces the Lambda@Edge runtime model, outlines use cases like cookie handling and redirects, then he covers experimental ideas that take advantage of serverless.