Open RaymondMouthaan opened 6 years ago
There is no official ARM Docker image for Prometheus. You could use alexellis2/prometheus:2.0-armhf
as base image and adapt Swarmprom for that.
Thanks i will look into it (already did a little) and try to create this project for arm.
It looks like there are official prom/prometheus images for arm and arm64 now:
$ docker run mplatform/mquery prom/prometheus
Image: prom/prometheus
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm64
- linux/arm
Any bandwidth or interest in making your stack multi arch?
If you or anyone else is still interested in a raspberry pi (raspberry pi 1 - 4) / ARM compatible docker swarm setup , here is what I run at home: https://github.com/jmb12686/raspi-docker-stacks/tree/master/prometheus
Hello Stefan,
Great project + blog explaining the whole thing!!
Is there any chance to have this project working on a docker swarm build upon 5 raspberry pi 3 nodes?
Greetz, Raymond