chore: reorganized use-case structure

This commit is contained in:
David Allen 2025-07-19 14:37:51 -06:00
parent 6ad4cfb189
commit 9c11e3883a
Signed by: towk
GPG key ID: 793B2924A49B3A3F
10 changed files with 209 additions and 33 deletions

View file

@ -0,0 +1 @@
For this tutorial, we served images via HTTP using a local S3 bucket (MinIO) and OCI registry. We could instead serve our images using NFS by setting up and running a NFS server on the head node, include NFS tools in our base image, and configuring our nodes to work with NFS.