I'm trying out the Kubernetes tools for Visual Studio. I want to enable Kubernetes support on a Console application, but it won't let me. It only seems to support ASP.NET applications (web/API).
Why is this?
My project consists of a number of Console programs that stand up gRPC endpoints for comms. Why does the tooling only seem to facilitate ASP.NET? Is there a way around it?
You can do it manually, and create a script to make it simple: