This is a simple example to explore Rust running in docker and/or kubernetes.
If you are interested in learning more about this repo you can check this article
There are two dockerfiles for ARM32v7 one using the standard rust toolchain and the v2 using QEMU.
This is an interesting article or this one about the options for cross-compilation options.