I'm building an orchestrator for my application that will automatically create kubernetes services and deployments for each tenant
I'm obviously going to be developing the app in a local k8s cluster for testing
my question is how to run the app in debug mode w/debugger attached to a kubernetes deployment.
Note that my application will dynamically create new k8s deployments so I'll need to automatically attach the debugger to those new instances as well