Files
nomad-nummer5/README.md
Udo Waechter 91fff0b276
All checks were successful
continuous-integration/drone/push Build is passing
updates and ring86 docks
2024-02-19 14:49:55 +01:00

22 lines
593 B
Markdown

# Datacenter: nummer5
* Packages: podman, kubernetes-cni (from the kubernetes-source)
# Plugins
NFS - https://github.com/thatsk/nfs-csi-nomad/tree/main
Podman - https://github.com/hashicorp/nomad-driver-podman
# Datacenter: ring86
# auto.chaos
podman run -d --replace -e 1883 -p 1883:1883 --mount=type=bind,source=/etc/mosquitto,destination=/mosquitto --tz=Europe/Berlin --name=mosquitto-mqtt cr.wks/mosquitto:latest
podman run -d --replace -e 9234 -p 0.0.0.0:9234:9234 --tz=Europe/Berlin --name=mosquitto-exporter cr.wks/mosquitto-prometheus-exporter --endpoint "tcp://mqtt:1883"