- ABP Framework version: 7 **Template **Microservice
- UI type: Angular / MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
I am new in ABP Framework I just need to deploy my microservice template into azure kubernetes as I have not that much idea on Azure side as well can anyone help me to deploy my Microservice angular template and auth server as I have spend more then 2+ weeks in this, This is the place I need help how to host.
I have already created my Microservise Database in Azure need help on next step that how to create pods and nodes, and how to push docker local image to azure.
1 Answer(s)
-
0
Hello,
This is a very broad deployment scenario to cover and deployment is not our borders to cover unfortunatelly.
We have provided deployment configurations for the eShopOnAbp (with angular back-office application) application with helm chart configurations that you can examine. You can find helm chart values for staging and azure environments at https://github.com/abpframework/eShopOnAbp/tree/main/etc/k8s/eshoponabp
If you have no knowledge about Kubernetess and Azure, I would suggest trying some basic tutorials about how to get started, it is not something we can provide.