Probably need to move to a wildcard cert at this point
Consider moving off of micahrl.com ? I don’t want to fuck up production Let’s Encrypt availability. OTOH, that might not matter at all if I am just getting a single wildcard cert for *.kubernasty.micahrl.com.
I think there is no need for my cluster to own certs to other domain names – I’m not going to ever expose this cluster to the public Internet, and I don’t need it to server any *.micahrl.com names that aren’t part of *.kubernasty.micahrl.com.
Improve configuration DRY
TONS of repetition in my configuration
Would be nice if there was a top-level set of input vars files, and everything else flowed out naturally from there
Rewrite sections that were reordered
At first, I did several things to deploy by hand (the “mantle” section)
Now, more of those are handled by Flux, but the docs and manifests are still there
Need to rewrite these so that the useful examples of how to deploy things by hand remain, without needing the old notes in place that no longer reflect reality
Something should be telling me when containers and/or helm charts are out of date