Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.11 KB

Bridge.md

File metadata and controls

37 lines (28 loc) · 1.11 KB

Bridge for Kubernetes

Example on how to remote debug a python service running on Kubernetes

Make sure the service can run in the local machine


python -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt











Configure Bridge to Kubernetes










Run debugger






References