Skip to content

Admiralkheir/Example.Ping.Api

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact

About The Project

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.

Built With

  • ASP.NET Core 8.0
  • Kind
  • Kubernetes

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Installation and Running

To install the project, follow these steps;

  1. Clone the repository
    git clone https://github.com/Admiralkheir/Example.Ping.Api
  2. Build the project
    dotnet build
  3. Run the project
    dotnet run

Contact

Tugay Ersoy - @Admiralkheir - tugay.ersoy@gmail.com

Project Link: https://github.com/Admiralkheir/Example.Ping.Api

(back to top)