Table of Contents
This project was created as part of an article examining the fiction of Zero-Downtime Deployment in ASP.NET Web API projects published on Kubernetes.
- ASP.NET Core 8.0
- Kind
- Kubernetes
To get a local copy up and running follow these simple example steps.
- Visual Studio or Visual Studio Code
- .NET 8 SDK
To install the project, follow these steps;
- Clone the repository
git clone https://github.com/Admiralkheir/Example.Ping.Api
- Build the project
dotnet build
- Run the project
dotnet run
Tugay Ersoy - @Admiralkheir - tugay.ersoy@gmail.com
Project Link: https://github.com/Admiralkheir/Example.Ping.Api