Skip to content

K8s Architecture

Break app into k8s sub components

  1. Command to ONLY generate HTML files
  • Should not scale
  • Should watch and regenerate
    • Compare mtime between source and generated?
  1. Command to serve files
  • Should scale
  1. Dev command to do all-in-one
  • podman kube play?

This includes creating example template file that creates the following:

  1. Generator deployment
  2. Server deployment + HPA
  3. NFS PVC
  4. ImageStream to pull from quay repo
  5. Service Accounts?
Edited by Stephen Reaves