Deployment Instructions
This section lists various clouds services where Microservice application is supported for deployment. Account Aggregate Microservices enables packaging for all 4 stacks and produces packaged binary (ZIP) for supporting the deployment of 4 stacks.
This section helps you to deploy the Microservice application in AWS cloud.
Deploying Microservice in Azure
This section helps you to deploy the Microservice application in Azure cloud.
Deploying Microservice in Kubernetes (K8)
This section helps you to deploy the Microservice application in Kubernetes cloud.
Prerequisite
Microservice can be deployed in two modes:
Standalone Deployment - In this deployment mode, all the necessary components for a Microservice including streaming services will be deployed, in order to run the Microservice independently.
Integrated Deployment - In this deployment, Data Event Streaming (DES) is presumed to deployed and running already and hence only the components necessary for Microservice will be created and all other streaming services will not be deployed. Hence, streaming configuration for the Microservice should be carried out manually.
Enable JWT Authentication and XACML authorization as required in various stacks.
Notification Microservice has to be deployed separately for the releases up to 202210. The Deployment configuration is available in the above given links.
For the releases 202301 and above, the notification feature is available in account aggregation microservice itself. No need to deploy Notification microservice separately.
| Azure Serverless | AWS Serverless | K8 - Containers | |
|---|---|---|---|
| Microservices Runtime | Lambda Functions | Azure Functions | K8 pods, AKS, EKS , ACA |
| Event Stream | Service Bus (Event Hub) | Azure Functions | Kafka |
| Deployment scripts | Azure-CLI | AWS-CLI | HELM charts |
| SQL | MySQL/ MsSQL/Oracle | MySQL/ MsSQL/Oracle | MySQL/ MsSQL/Oracle |
In this topic