- Loading...
Sponsored by Dometrain Courses—Get 30% off Dometrain Pro with code ANDREW30 and access the best courses for .NET Developers

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.

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…

