This message was deleted.
# rke2
a
This message was deleted.
a
Images are required on every node as they are needed to deploy each kubernetes component on master and worker nodes.
a
I understand that the necessary kubernetes component images are required, but what if I had a custom container that I wanted to run on the cluster, would I need to put that image tar file in every nodes images folder if I wanted the image to be able to run on any of the nodes?
a
you should use a registry....
a
Is there a light footprint private registry I can deploy alongside rke2?
f
we use this on our project: https://github.com/defenseunicorns/zarf
in its most basic functionality it can airgap git repos and docker containers. We bootstrap our cluster using it.
a
Awesome — will take a look. Thanks!