Creating a Controller that can be Registered in every project
We are moving to Kubernetes with dotnetcore webapi's. About 50 of them. Part of the requirement is Kubernetes using a liveness probe to check to make sure the application is still functional. It's a simple controller that should be stanardized in every project. How would you go about doing this in .netcore?
0 comments:
Post a Comment