-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: main
Are you sure you want to change the base?
Reserch systemd #48
Conversation
wiki/systemd_and_docker.md
Outdated
5. **Переносимость** - между разными узлами кластера | ||
|
||
### Недостатки: | ||
1. **Накладные расходы** на контейнеризацию |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Почему тут обязательно нативно?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
необязательно, это собственное виденье из анализа выше, оно может быть ошибочным, можно тестировать
There was a problem hiding this comment.
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 сервисы
There was a problem hiding this 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Может стоит сразу пример добавить? Как сбилдить образ
No description provided.