I have a local kubernetes cluster, which I set up with Docker Desktop. I would like to debug with Visual Studio and the local Kubernetes clusters instead of with the docker-compose containers.
How might I configure Visual Studio to do interactive debugging on the alternative (Kubernetes) environment, rather than the out-of-the-box one created using docker-compose?