Running cvmfs repository on kubernetes?

Thanks a lot for your reply!

That’s right, I want to have stratum0 run on Kubernetes. Would it be useful for the community if we shared helm chart? Do you know anyone who would know someone who is interested?

In order to improve it, however, I would need to figure out few things.

  1. Can I use it some PV to host the repository. We currently use Ceph mount for the PVs, and it seems like it would not work. I assume there is no way around it? I guess we could figure out to use different storage backend.
  2. Alternatively, is it possible to avoid overlayfs? The readme says overlayfs is only one of the options. Maybe we can make the repository without it?
  3. Is it possible to avoid using systemd, just use apache as the container entrypoint, are there any potential issues with this?

Best

Volodymy