File > New Project > Empty Web
- This shows the minimal microservices that .NET Core offers, receiving a request, returning a route.
- We have found that when talking to customers that they were building APIs having MVC was more than needed. The "V" was unused, the folder structure may have not made sense etc.
- Talk to Endpoint Routing
- Add Health Check - speak to the built in capabilities if Docker and K8s looking for a health endpoint and acting on fail/success