https://github.com/jcmdsbr/poc-aspnetcore-k8s
Proof of Concept from containerized/orchestrated aspnet core application using Docker and Kubernetes
https://github.com/jcmdsbr/poc-aspnetcore-k8s
aspnet-core docker k8s kubernets netcore3-webapi sample
Last synced: about 2 months ago
JSON representation
Proof of Concept from containerized/orchestrated aspnet core application using Docker and Kubernetes
- Host: GitHub
- URL: https://github.com/jcmdsbr/poc-aspnetcore-k8s
- Owner: jcmdsbr
- Created: 2019-09-29T14:02:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T18:51:40.000Z (about 4 years ago)
- Last Synced: 2025-01-27T07:30:02.332Z (4 months ago)
- Topics: aspnet-core, docker, k8s, kubernets, netcore3-webapi, sample
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POC .Net Core Application :sunglasses:
Proof of Concept from containerized/orchestrated aspnet core application using Docker and Kubernetes
## Give a Star! :star:If you liked the project, please give a star ;)
## You need some of the fallowing tools :exclamation:
- Visual Studio 2019, Visual Studio Code or Rider
- .Net Core 2.X +
- Docker
- K8s## Description :books:
- [Official Documentation from Docker](https://www.docker.com/get-started)
- [Official Documentation from Kubernetes](https://kubernetes.io/pt/docs/home/)|File |Goal |
|---|---|
|k8sdeploy.yaml |yaml file responsible for building poc's deployment and service |
|Dockerfile |file responsible to build a image from application to use in k8sdeploy.yaml |