ELMA365 On-Premises > Other > Deprecated ELMA365 in MicroK8s > Troubleshooting and diagnostics / Debug information

Debug information

начало внимание

The article provides instructions for the deprecated system edition, ELMA365 On‑Premises in MicroK8s. Please see up-to-date editions in the ELMA365 On‑Premises article.

конец внимание

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

ELMA365 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

 

Found a typo? Highlight the text, press ctrl + enter and notify us