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 @@
Often, we want to allocate nodes for different purposes using different images. Let's use the base image that we created before and create another Kubernetes layer called `kubernetes-worker` based on the `base` image we created before. We would need to modify the boot script to use this new Kubernetes image and update cloud-init set up the nodes.