From 11d16468c96ebca2a29a611cd3ad0bf657f3474b Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Sun, 29 Dec 2019 13:36:55 +0200 Subject: [PATCH] Add Contour TLS guide link to docs --- docs/gitbook/usage/contour-progressive-delivery.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gitbook/usage/contour-progressive-delivery.md b/docs/gitbook/usage/contour-progressive-delivery.md index 9ff10c36..8ecfa577 100644 --- a/docs/gitbook/usage/contour-progressive-delivery.md +++ b/docs/gitbook/usage/contour-progressive-delivery.md @@ -210,6 +210,10 @@ podinfo-ingress app.example.com valid Now you can access podinfo UI using your domain address. +Note that you should be using HTTPS when exposing production workloads on internet. +You can obtain free TLS certs from Let's Encrypt, read this [guide](https://github.com/stefanprodan/eks-envoy-ingress) +on how to configure cert-manager to secure Contour with TLS certificates. + ### Automated canary promotion Flagger implements a control loop that gradually shifts traffic to the canary while measuring key performance indicators