June 20, 2020
Grafana remote image renderer
Introduction Since the Grafana Image Renderer plug-in is not supported anymore from Grafana 7.0 some changes are required to switch to the remote image renderer, and run it as a docker container.
This post goes into the details of setting-up a remote image renderer for Kubernetes, on amd64, arm/v7 and arm64.
Multi-arch build The official git repo only supports linux/amd64 at this moment but there is an issue for arm-support.
Read more