From a81f501676b128416b97755bec4b01916390ade1 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 22 Sep 2019 16:25:11 -0400 Subject: [PATCH] Backlink nginx (#75) --- blog/the-cult-of-kubernetes-2019-09-07.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/the-cult-of-kubernetes-2019-09-07.markdown b/blog/the-cult-of-kubernetes-2019-09-07.markdown index 0e8f9cd..ac9a5ce 100644 --- a/blog/the-cult-of-kubernetes-2019-09-07.markdown +++ b/blog/the-cult-of-kubernetes-2019-09-07.markdown @@ -156,7 +156,7 @@ I wanted to do the following: - setup [helm][helm] to install packages for things like DNS management and HTTP/HTTPS ingress - setup [automatic certificate management][certmanager] with [Let's Encrypt][letsencrypt] -- setup HTTP/HTTPS request ingress with [nginx-ingress][nginxingress] +- setup HTTP/HTTPS request ingress with [nginx-ingress][nginxingress] (which uses [nginx](https://www.nginx.com/)) - setup [automatic DNS management][autodns] because the external IP addresses of Kubernetes nodes can and will change After a lot of trial, error, pain, suffering and the like, I created