diff options
| author | Christine Dodrill <me@christine.website> | 2019-09-22 16:25:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-22 16:25:11 -0400 |
| commit | a81f501676b128416b97755bec4b01916390ade1 (patch) | |
| tree | d5347a5377e3d8bae4bb63988b8b86a74e7b8c94 | |
| parent | e4d7c3c2691acad73d6240ff0c9b208273b95997 (diff) | |
| download | xesite-a81f501676b128416b97755bec4b01916390ade1.tar.xz xesite-a81f501676b128416b97755bec4b01916390ade1.zip | |
Backlink nginx (#75)
| -rw-r--r-- | blog/the-cult-of-kubernetes-2019-09-07.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
