How do I set up Visual Studio 2017 to debug containers in local Kubernetes cluster instead of docker-compose environment?

2/5/2019

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?

-- Banoona
docker
kubernetes
visual-studio-2017

0 Answers