/DotnetCore-Kubernetes-Mesh-2apps

Two ASP.NET Core apps - one UI and one REST service - in a single VS solution

Primary LanguageC#Apache License 2.0Apache-2.0

Overview

This repository contains two simple ASP.NET Core sample applications - one UI and one REST service - in a single VS solution.

REST service returns configurable color name.

Client app calls the service at a configurable endpoint, when a link on a page is clicked.

These duo of samples is useful for demonstrating different containerization- related use cases, like deploying applications to Kubernetes and to service meshes, to developers with .NET background.