-
Sponsored by Nick Chapsas—Want to learn how to build elegant REST APIs in .NET? Get 5% off Nick's latest course "From Zero to Hero: REST APIs in .NET"!
-
My new book ASP.NET Core in Action, Third Edition is available now! It supports .NET 7.0, and is available as an eBook or paperback. You even get a free copy of the previous editions of ASP.NET Core in Action!
-
Adding health checks with Liveness, Readiness, and Startup probes
Deploying ASP.NET Core applications to Kubernetes - Part 6
In this post I discuss the health check probes in Kubernetes, how to specify them in Helm and ASP.NET Core, and issues to watch out for.…
-
Using health checks to run async tasks in ASP.NET Core
Running async tasks on app startup in ASP.NET Core - Part 4
In this post I describe an approach to running tasks on startup that uses IHostedService to run the tasks and exposes their status using health checks…