Getting Started
MOSIP is deployed as a combination of microservices. MOSIP deployment as mircroservices adds more scalability, robustness, resilience and fault tolerance. MOSIP services are grouped as multiple modules like Kernel, prereg, regproc etc. These modules can be deployed independently with all its dependencies as per the business needs.
MOSIP releases the below mentioned artifacts in open source:
- Jars : Artifacts released into Maven Central Repository after successful compilation of tagged code from all Mosip repositories.
- MOSIP helm: Packaged charts for every MOSIP service.
helm repo add mosip https://mosip.github.io/mosip-helm
- Deployment scripts: These scripts are a part of mosip-infra to install the helm charts in a desired sequence.
MOSIP by default supports two ways of installation:
Apart from these installation models, countries can adopt a model of their choice. We recommend using Kubernetes or equivalent container orchestration tools for better management of the microservices.
Last modified 7mo ago