Secret Replicator

As explained when creating our LetsEncrypt Wildcard certificates, it can be problematic that Certificates can't be shared between namespaces. One simple solution to this problem is simply to "replicate" secrets from one "source" namespace into all other namespaces.


This is a companion discussion topic for the original entry at https://geek-cookbook.funkypenguin.co.nz/kubernetes/ssl-certificates/secret-replicator/

Hi, great tutorial, but secret replicator has been archived. Maybe for those who are new, you could create a blog entry showcasing a more current solution like Reflector? The great thing about Reflector is, that it integrates nicely with cert-manager.

All in all great tutorials, I learned a lot!