Why is Kubernetes so absurdly complicated? The notion that you need an 'ingress' pod AND an external load-balancer, just to be able to respond to internet traffic - and not even all internet traffic (only HTTPS) - is truly staggering.<p>Is this honestly the best ops solution we can come up?<p>Setting up k8s reminds me of trying to configure Sendmail.
You should post a link to your article in the community blog post section of the external-dns GitHub readme <a href="https://github.com/kubernetes-sigs/external-dns" rel="nofollow">https://github.com/kubernetes-sigs/external-dns</a>
I always hope to see cost as part of these types of articles. If I'm not mistaken, they just set up $200+/mo minimum in services.<p>Or at least document how to tear them down if someone is just following along to experiment.
Question to those that use GCP/AWS and cert-manager....why not use a managed certificates service that both now offer? I found cert-manager to be the biggest pain point in my cluster (albeit this was 18 months ago)