Debugging Microservices Applications
The mainstreaming of containerization and microservices is raising a critical question by both developers and operators: How do we debug all this? Debugging microservices applications is a difficult task. The state of the application is spread across multiple microservices, and it’s hard to get a holistic view. This session will demonstrate modern debugging techniques for distributed microservices applications allowing developers to choose which containers, pods, services or images to …