https://github.com/ercindedeoglu/.net-on-k8s
This repo is a demo project to demonstrate techniques for building .NET services for Kubernetes.
https://github.com/ercindedeoglu/.net-on-k8s
csharp k8s k8s-deployment kubernetes kubernetes-deployment
Last synced: 2 months ago
JSON representation
This repo is a demo project to demonstrate techniques for building .NET services for Kubernetes.
- Host: GitHub
- URL: https://github.com/ercindedeoglu/.net-on-k8s
- Owner: ErcinDedeoglu
- License: mit
- Created: 2022-09-05T10:31:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T04:44:18.000Z (almost 4 years ago)
- Last Synced: 2025-06-24T02:38:17.387Z (about 1 year ago)
- Topics: csharp, k8s, k8s-deployment, kubernetes, kubernetes-deployment
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET on K8S
This repo is a demo project to demonstrate techniques for building .NET services for Kubernetes. The purpose of this repo is to show how .NET developers can use kubernetes and .NET in conjunction, to build production-quality applications.
Using with Docker Desktop with Kubernetes installed:
1. Build
`docker build -t merhaba-service:0.0.1 .`
2. Deploy
`kubectl apply -f merhaba-service-deployment.yaml`