- 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.

Creating an 'exec-host' deployment for running one-off commands
Deploying ASP.NET Core applications to Kubernetes - Part 10
In this post I show an approach for allowing you to run one-off commands in a Kubernetes cluster by deploying a CLI tool as a deployment…

Monitoring Helm releases that use jobs and init containers
Deploying ASP.NET Core applications to Kubernetes - Part 9
In this post I show how to detect when a release that uses jobs and init containers for running database migrations has successfully deployed…

Running database migrations using jobs and init containers
Deploying ASP.NET Core applications to Kubernetes - Part 8
In this post I show how to run database migrations using Kubernetes jobs and init containers…

Running database migrations when deploying to Kubernetes
Deploying ASP.NET Core applications to Kubernetes - Part 7
In this post I discuss various approaches to running database migrations when deploying to Kubernetes…

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.…

Setting environment variables for ASP.NET Core apps in a Helm chart
Deploying ASP.NET Core applications to Kubernetes - Part 5
In this post I show how you can pass environment variables to your ASP.NET Core apps deployed in Kubernetes using Helm…

