During the ELMA365 installation, the microk8s software will be installed in the system. During the microk8s service installation, the following services will be installed, in their turn:
- databases:
- mongo
- minio
- redis
- postgresql
- rabbitmq
apps:
auth |
Authorization and groups, users, and org chart management |
balancer |
Multi-tenancy management |
calculator |
Calculating different values in-app items |
chat |
Private and group messages |
collector |
App items read and filter |
convertik |
Office formats to pdf converting |
deploy |
Migration management |
diskjockey |
Files and directories |
docflow |
Document workflow. Approval and review. |
feeder |
Activity stream / channels |
front |
ELMA365 Front end |
integrations |
External integrations |
mailer |
Email management |
main |
API gateway |
messengers |
Live chats and external messengers management |
notifier |
Notifications and web-sockets |
processor |
Process management |
scheduler |
Schedules, tasks delayed start, time reports |
settings |
User profile and system profile management |
templater |
Text and office documents templater |
vahter |
Users management in a multi-tenancy system |
web-forms |
Web-forms for external systems management |
widget |
Widget management (interface customization) |
worker |
Validating, transpiling, and user scripting |
To gain databases access, you need to forward the ports of corresponding services. To do this, run the following command:
- sudo microk8s kubectl port-forward mongo-0 27017:27017
- sudo microk8s kubectl port-forward redis-master-0 6379:6379
- sudo microk8s kubectl port-forward postgres-0 5432:5432
- sudo microk8s kubectl port-forward rabbitmq-0 15672:15672
Found a typo? Highlight the text, press ctrl + enter and notify us