начало внимание
This article contains instructions for the deprecated BRIX On-Premises in MicroK8s with PostgreSQL 10 database. It is supported up to system version 2024.4. Upgrading edition and database is not available. Please update to the current BRIX On-Premises edition.
конец внимание
During installation, the microk8s service will be installed to the system. Then the following services will be installed to microk8s:
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 reading and filtering |
convertik |
Converting Office formats to .pdf |
deploy |
Migration management |
diskjockey |
Files and directories |
docflow |
Document workflow. Approval sheets and lists of informed users |
feeder |
Activity stream / channels |
front |
BRIX front end |
integrations |
External integrations management |
mailer |
Sending emails |
main |
API gateway |
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 inserting in external systems |
widget |
Widget management (interface customization) |
worker |
Validating, transpiling, and user scripting |
To gain access to databases, you need to forward the ports of corresponding services:
- 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