I have a pod running code inside my Kubernetes cluster with many dependencies and I have found myself wanting to just setup a breakpoint and inspect different variables and state during execution. So far, I have been relying on logs to find errors, but the iteration cycles are just too slow to my liking.
Is there a way to set something up that would allow me to communicate using my IDE and debug my code with breakpoints directly inside a pod? My preferred IDE is VS Code.