Comment on Secrets
folekaule@lemmy.world 1 week ago
See if a light weight kubernetes installation is for you. Secrets are first class citizens in k8s. You can make maintain secrets in a number of different ways, but they are exposed to containers the same way. They can become files or environment variables, whether you need.
I recommend looking at k3s to run on your Pi and see if that works for you. You can add vault software on top of that later without changing your containers.