abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.96k stars 3.45k forks source link

Make containers a priority by adding 1st class support for.... #370

Closed natiki closed 6 years ago

natiki commented 6 years ago

Hi Halil,

These feature requests come as I look to use ABP .NET Core with Kubernetes and Docker. Some overlap with what I have already requested over in the ABP Repo.

As always appreciate the opportunity to make requests such as the above.

hikalkan commented 6 years ago

We can create a microservice startup template. I will give high priority to this: https://github.com/volosoft/abp/issues/377

For Rebus, I created an issue: https://github.com/volosoft/abp/issues/376 I will check it.

We are developing EF Core integration and modules as DBMS independent. So, it will be straightforward to change SQL Server to others. We can create tutorials for that.

We will work on API Gateway, sure: https://github.com/volosoft/abp/issues/163 I don't know Ocelot yet, but will learn :)

natiki commented 6 years ago

DBMS - As long as key generation works (https://github.com/volosoft/abp/issues/328) all should be good. I will close that case as soon as I have read up on the alternative to HiLo.