Skip to content
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

Investigate if we should switch to supervisord #23

Open
fstab opened this issue Feb 13, 2024 · 2 comments
Open

Investigate if we should switch to supervisord #23

fstab opened this issue Feb 13, 2024 · 2 comments

Comments

@fstab
Copy link
Member

fstab commented Feb 13, 2024

The Docker image runs multiple services (OTel collector, Prometheus, Loki, Tempo, Grafana).

Currently we use run-all.sh as a wrapper script to run all of these services.

supervisord is a more sophisticated solution to run multiple services. We should investigate whether it's worthwhile to switch to supervisord.

https://docs.docker.com/config/containers/multi-service_container/

@TomKeur
Copy link

TomKeur commented Apr 3, 2024

Instead of supervisor you could also take a look at https://github.com/just-containers/s6-overlay because you don't have a dependency to Python.

Also I was wondering why using redhat/ubi8 as baseimage? For example Grafana itself is using: alpine:3.19.1, that could get the image size down.

@josegonzalez
Copy link
Contributor

Could use something like goreman to have a single binary and just execute a Procfile.

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

No branches or pull requests

3 participants