Debug Python on Kubernetes Debug Python on Kubernetes kubernetes kubernetes

Debug Python on Kubernetes


For now the possible solution was to do the following:- add a remote debugger to the code, which listens upon start- port forward the traffic- clone the code (install), such that the lib gets run, as soon as you run the main- run the code - it waits until attach- attach to the debugger.

Voila it works.