Debugging Microservices Running on Kubernetes

In order to learn more about microservices, container orchestration, and service meshes, I’ve set up a local development environment with Minikube, Istio, and tools like Kiali and created a sample application. In this article, I describe how to debug these services locally.

Microservices can be developed in various languages and with multiple frameworks. For the different implementation types, there are specialized and established IDEs (integrated development environments) and tools to debug the single services.