...
Now we need to de-comment the lines in cafe-ingress.yaml, related to the TLS protocol, and perform a replace of the component
| Code Block | ||||
|---|---|---|---|---|
| ||||
$ kubectl replace -f cafe-ingress.yaml
ingress.networking.k8s.io/cafe-ingress replaced |
Returning . Returning to the browser we should note that now "the connection is protected", as evidenced by the appearance of the padlock next to the address bar. Also check that the redirection works: even if you try to force the HTTP protocol in the address bar, you should still get the HTTPS protocol in response.