An open API service indexing awesome lists of open source software.

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

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 |