Deployment Instructions
Savings Pot Microservice enables packaging for all 4 stacks and produces packaged binary (ZIP) for supporting the deployment of four stacks (AWS, Docker, K8, and Azure).
Prerequisite
Java 11 should be installed as a prerequisite to all the deployments.
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 for the required stacks.
Following is compatibility support matrix for various deployment (On-premise or Cloud native) stacks
| Stack | Microservice Runtime | Event Stream | NoSQL DB |
|---|---|---|---|
| Docker (On-Premise) | Docker / K8 | NA | MongoDB / PostgreSQL |
| Azure | Function | NA | MongoDB / PostgreSQL |
| AWS | Lambda | NA | MongoDB / PostgreSQL |
In this topic