Fix bad URL syntax, surfaced by my previous fix to the {{ tip }} stuff

This commit is contained in:
mtail 2019-03-08 19:21:01 -08:00
parent 9761fd3204
commit 03698e0099
1 changed files with 1 additions and 1 deletions

View File

@ -347,5 +347,5 @@ The output above clearly shows that all the incoming traffic to port 80, which i
This brings us to the end of this post. I hope it helped to de-mystify how Istio manages to inject the sidecar proxies into an existing deployment and how Istio routes the traffic to the proxy. This brings us to the end of this post. I hope it helped to de-mystify how Istio manages to inject the sidecar proxies into an existing deployment and how Istio routes the traffic to the proxy.
{{< idea >}} {{< idea >}}
Update: In place of `istio-init`, there now seems to be an option of using the new CNI, which removes the need for the init container and associated privileges. This [`istio-cni`] (<https://github.com/istio/cni>) plugin sets up the pods' networking to fulfill this requirement in place of the current Istio injected pod `istio-init` approach. Update: In place of `istio-init`, there now seems to be an option of using the new CNI, which removes the need for the init container and associated privileges. This [`istio-cni`](https://github.com/istio/cni) plugin sets up the pods' networking to fulfill this requirement in place of the current Istio injected pod `istio-init` approach.
{{< /idea >}} {{< /idea >}}