Skip to content

mikehadlow/NetOnKubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET on Kubernetes

This is a demo repo to demonstrate techniques for building .NET services for Kubernetes

Using with Docker Desktop with Kubernetes installed:

  1. Build the container image:

docker build -t greetings-service:0.0.1 .

  1. Deploy to Kubernetes:

kubectl apply -f greetings-service-deployment.yaml

About

Simple .NET http service example for hosting on Kubernetes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published