Skip to content

Reserch systemd #48

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Reserch systemd #48

wants to merge 2 commits into from

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.

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

@@ -130,7 +129,7 @@ WantedBy=multi-user.target

### 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