-1

Is there any way to remote debug ASP.NET kubernetes services on GKE?

I tried to search related articles but I only found debugging local kubernetes services or them on AKS (with Visual Studio or VSCode).

My Environment:

OS(local PC): Windows 10

IDE: JetBrains Rider / Visual Studio 2022 / VSCode (no matters)

Language: .NET 6 (C#)

Kubernetes: GKE (Google Cloud)

1 Answers1

0

There is beta version in GKE of attaching remote debugger, Here in the doc to attach the Visual Studio remote debugger to processes on a Compute Engine Virtual Machine running Window,

Try it and let me know if this works.