

The InfoQ Podcast
InfoQ
Software engineers, architects and team leads have found inspiration to drive change and innovation in their team by listening to the weekly InfoQ Podcast. They have received essential information that helped them validate their software development map. We have achieved that by interviewing some of the top CTOs, engineers and technology directors from companies like Uber, Netflix and more. Over 1,200,000 downloads in the last 3 years.
Episodes
Mentioned books

Jul 19, 2021 • 29min
Fran Méndez on AsyncAPI
On this episode of the podcast, Fran Mendez, founder of the AsyncAPI Initiative spoke with co-host Thomas Betts. AsyncAPI is a specification and growing set of tools to help developers define asynchronous APIs, and build and maintain event-driven architectures. AsyncAPI hopes to provide features and benefits to those of OpenAPI (fka Swagger) for RESTful APIs. The specification and all tooling are community-driven and fully open source.
Read a transcript of this interview: https://bit.ly/36ALVSg
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - events.infoq.com/
InfoQ Live: live.infoq.com/
- July 20, 2021
- August 17, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

Jul 13, 2021 • 26min
Martin Mao on Observability, focusing on Alerting, Triage, & RCA
Observability is a crucial aspect of operating Microservices at scale today.
Today on the InfoQ podcast, Wes Reisz speaks with Chronosphere’s CEO Martin Mao about how he thinks about observability. Specifically, the two discuss Chronosphere’s strategy for implementing a successful observability program. Starting with alerting, Martin discusses how metrics (usually things like RED metrics or Google’s Four Golden Signals) are tools to aggregate counts and let operators know when things are moving towards an incident. In stage two of this approach, operators begin to isolate and triage what’s happening in an effort to provide a quick system restoration. Finally, Martin talks about root cause analysis (RCA) in the final stage as a way of preventing what happened from happening again. Martin uses this three stage approach (and the questions that should be asked in each of these stages) as a way of focusing on what’s important (or reducing things like Mean Time to Recovery) in a modern cloud native architecture.
Observability is the ability to understand the state of a system by observing its outputs, on today’s podcast we talk about a strategy for implementing a meaning observability program.
Read a transcript of this interview: https://bit.ly/3AZYpkD
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - events.infoq.com/
InfoQ Live: live.infoq.com/
- July 20, 2021
- August 17, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

Jun 21, 2021 • 31min
Chris Richardson on Design-Time Coupling in Microservices
In this episode of the InfoQ Podcast, Thomas Betts speaks with Chris Richardson about minimizing design-time coupling in a microservice architecture. Chris begins by defining design-time coupling, and contrasts it with runtime coupling. We then discuss some of the problems that arise from design-time coupling, anti-patterns and symptoms that are warning signs of high coupling, and the trade-offs that architects need to consider in their designs.
Read a transcript of this interview: https://bit.ly/2SA4oLD
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - events.infoq.com/
InfoQ Live: live.infoq.com/
- June 22, 2021
- July 20, 2021
- August 17, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

Jun 14, 2021 • 27min
John DesJardins on Continuous Intelligence and In-Memory Computing
In this podcast, John DesJardin, Chief Technology Officer at Hazelcast, met with InfoQ podcast co-host Thomas Betts to discuss the idea of continuous intelligence. This is a paradigm shift from traditional business intelligence, and relies on a corresponding move from batch-based ETL and reporting to continuous processing of streaming data. Although the languages being used, such as Python and SQL, will be familiar, developers must pay special attention to the characteristics of time-series data, especially in near-real-time scenarios. We cover the current state of the tools and technologies in use, why companies are adopting continuous intelligence to remain competitive, and we even get a bit into what the future of data processing and analysis will look like.
Read a transcript of this interview: https://bit.ly/3iDmQ0i
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - https://events.infoq.com/
InfoQ Live: https://live.infoq.com/
- June 22, 2021
- July 20, 2021
- August 17, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

May 27, 2021 • 34min
Ron Pressler on Java Project Loom, Virtual Threads and Structured Concurrency
In this podcast Ron Pressler, technical lead for Project Loom at Oracle, sat down with InfoQ podcast co-host Charles Humble to discuss the project and its forerunner Quasar. Topics include the differences between concurrency and parallelism; what virtual threads are; current issues with JVM concurrency; the Loom developer experience; pluggable schedulers; structured concurrency; and more.
Read a transcript of this interview: https://bit.ly/34duS7G
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - https://events.infoq.com/
InfoQ Live: https://live.infoq.com/
- June 22, 2021
- July 20, 2021
- August 17, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

May 12, 2021 • 31min
Phil Estes on Containerd, K8s Deprecation of Dockershim, Container Runtime Architecture
The container runtime is software that executes containers and manages container images. Today, when many people think about a container runtime, they're likely thinking of Docker. However, Docker is more a set of tools for building, packaging, sharing, and running a container via Docker Daemon that then makes syscalls to another tool like containerd. Containerd, in turn, makes calls to an implementation like runc that lays down the file system for the container and is the executor for the process. Today, on The InfoQ Podcast Wes Reisz talks with Phil Estes, one of the containerd maintainers, about container runtimes. The two discuss the significance (in detail) of the announcement that dockerhsim will soon be deprecated in Kubernetes, the complete container runtime stack, work the Open Container Initiative (OCI) is doing today on a third container spec around registries, and more.
Read a transcript of this interview: https://bit.ly/3uUdoZC
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - https://events.infoq.com/
InfoQ Live: https://live.infoq.com/
- June 22, 2021
- July 20, 2021
- August 17, 2021
QCon Plus: https://plus.qconferences.com/
- May 17-28, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

Apr 26, 2021 • 33min
Open Policy Agent (OPA) with the Project’s Co-Creators
The Open Policy Agent is used for policy decision-making across the stack. In the case of Kubernetes, it is often used as an admission controller to protect the API Server with dynamic rules that don’t require recompilation to introduce. Today on the InfoQ Podcast, Wes Reisz speaks with Tim Hinrichs and Torin Sandall (two of the Open Policy Agent Project creators). The three talk about the project, including things like architecture, origin, community, the policy language (Rego), and, of course, performance. The podcast is an introduction to how OPA can is used across the stack for policy decisioning.
Read a transcript of this interview: https://bit.ly/3vkqboi
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - https://events.infoq.com/
InfoQ Live: https://live.infoq.com/
- June 22, 2021
- July 20, 2021
- August 17, 2021
QCon Plus: https://plus.qconferences.com/
- May 17-28, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

Apr 19, 2021 • 56min
Software Architecture and Design InfoQ Trends Report—April 2021
An overview of how the InfoQ editorial team sees the Software Architecture and Design topic evolving in 2021, with a focus on what architects are designing for today.
Read a transcript of this interview: https://bit.ly/3uQX9fD
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - https://events.infoq.com/
InfoQ Live: https://live.infoq.com/
- June 22, 2021
- July 20, 2021
QCon Plus: https://plus.qconferences.com/
- May 17-28, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

Apr 5, 2021 • 31min
Anurag Gupta on Day 2 Operations, DevOps, and Automated Remediation
In this podcast Anurag Gupta, founder and CEO of Shoreline.io, sat down with InfoQ podcast host Daniel Bryant and discussed: the role of DevOps and site reliability engineering (SRE), day 2 operations, and the importance of building observability into applications and platforms.
Read a transcript of this interview: https://bit.ly/3mdMSHa
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - https://events.infoq.com/
InfoQ Live: https://live.infoq.com/
- April 13, 2021
- June 22, 2021
- July 20, 2021
QCon Plus: https://plus.qconferences.com/
- May 17-28, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq

Mar 29, 2021 • 30min
Matthew Clark on the BBC’s Migration from LAMP to the Cloud with AWS Lambda, React and CI/CD
In this podcast Matthew Clark, Head Of Architecture for the BBC's Digital Products, sat down with InfoQ podcast co-host Charles Humble and discussed: the new architecture for the BBC’s online services; the challenges of using Lambda functions including cold start-up, function chaining, debugging and setting the memory profile; the role of DevOps and CI/CD; and the nature of a cloud transformation.
Read a transcript of this interview: https://bit.ly/3u2I8H5
Subscribe to our newsletters:
- The InfoQ weekly newsletter: bit.ly/24x3IVq
- The Software Architects’ Newsletter [monthly]: www.infoq.com/software-architects-newsletter/
Upcoming Virtual Events - https://events.infoq.com/
InfoQ Live: https://live.infoq.com/
- April 13, 2021
- June 22, 2021
- July 20, 2021
QCon Plus: https://plus.qconferences.com/
- May 17-28, 2021
Follow InfoQ:
- Twitter: twitter.com/InfoQ
- LinkedIn: www.linkedin.com/company/infoq
- Facebook: bit.ly/2jmlyG8
- Instagram: @infoqdotcom
- Youtube: www.youtube.com/infoq