K8s Architecture
Break app into k8s sub components
- Command to ONLY generate HTML files
 
- Should not scale
 - Should watch and regenerate
- Compare mtime between source and generated?
 
 
- Command to serve files
 
- Should scale
 
- Dev command to do all-in-one
 
- 
podman kube play? 
This includes creating example template file that creates the following:
- Generator deployment
 - Server deployment + HPA
 - NFS PVC
 - ImageStream to pull from quay repo
 - Service Accounts?
 
Edited  by Stephen Reaves