Skip to content

Posts tagged ‘arm64’

Docker Build Architectures

As soon as I deployed my first application on my pi k3s cluster, my deployment got stuck in an immediate crash/back-off loop. This turned out to be because the docker images were originally built and tested on amd64 architecture, but I had just deployed them to arm64!