Skip to content

Test out dotnet core services (v8-preview, WebApi + GRPC) with Docker/k8s

License

Notifications You must be signed in to change notification settings

Flash717/testdotnetk8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test dotnet core GRPC and WebAPI

Purpose of this repo is to test out the following:

  • Dotnet core GRPC
  • Dotnet core WebAPI
  • Docker
  • Kubernetes

The projects in this repo have been built with dotnet framework v8-preview.

TestApi project

Created with

dotnet new -webApi -n TestApi`

Build container

docker build -t testapi .

Run container locally

docker run -d -p 5000:8080 testapi

TestGrpc project

Created with

dotnet new grpc -n TestGrpc

Build container

docker build -t testgrpc .

Run container locally

docker run -d -p 5001:8080 testgrpc

About

Test out dotnet core services (v8-preview, WebApi + GRPC) with Docker/k8s

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published