Skip to content

Conversation

katyasots
Copy link
Collaborator

No description provided.

5. **Переносимость** - между разными узлами кластера

### Недостатки:
1. **Накладные расходы** на контейнеризацию
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Я ба не сказал, что это минус -- накладные расходы только по памяти и по времени деплоя сервиса. Да и они достаточно малы


## Гибридный подход

1. **Базовые сервисы (Controller, Logs Collector, Metrics Collector)** - нативные бинарники с systemd
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Почему тут обязательно нативно?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

необязательно, это собственное виденье из анализа выше, оно может быть ошибочным, можно тестировать

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

У нас Logs Collector, Metrics Collector разворачиваются на хосте. Не уверен, что стоит хост модифицировать и добавлять на него systemd сервисы

Copy link
Collaborator

@AndrewGavril AndrewGavril left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Давайте переведем на английский данный док.

### 2. Docker-сервисы
Для Docker-сервисов:
1. Собираем образы отдельно
1. Собираем образы с помощью Yocto (meta-virtualization, класс docker-image)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Может стоит сразу пример добавить? Как сбилдить образ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Выбор подхода к запуску сервисов с использованием systemd
2 participants