This repo is built with inner loop experimentation, research and development in mind first. Thus every component can be deployed by running deploy.sh in its directory.
This work item is to enable those same directories to be deployed via a "watch and reconcile" ("GitOps") mechanism - a controller in a cluster. That controller would listen to events from this repo and reconcile Kubernetes resource specs to latest declared state. It might ignore the deploy.sh scripts and simply apply the configs.
We'll have to think about how to parameterize the reconciliation. Currently parameters and secrets are set in .env files.