mikehadlow / NetOnKubernetes

Simple .NET http service example for hosting on Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.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.


Languages

Language:C# 80.9%Language:Dockerfile 19.1%