mirror of https://github.com/istio/istio.io.git
[master] Ambient blog: fix github links and add youtube video (#11834)
* Fix github links to use proper branch * add video link Co-authored-by: John Howard <howardjohn@google.com>
This commit is contained in:
parent
365fa98e74
commit
4df8c0cb82
|
@ -11,7 +11,7 @@ Ambient mesh is [a new data plane mode for Istio introduced today](/blog/2022/in
|
|||
## Install Istio with Ambient Mode
|
||||
|
||||
1. [Download the preview version](https://gcsweb.istio.io/gcs/istio-build/dev/0.0.0-ambient.191fe680b52c1754ee72a06b3e0d3f9d116f2e82) of Istio with support for ambient mesh.
|
||||
1. Check out [supported environments]({{< github_tree >}}/experimental-ambient#supported-environments). We recommend using a Kubernetes cluster that is version 1.21 or newer that has two nodes or more. If you don’t have a Kubernetes cluster, you can set up using locally (e.g. using kind as below) or deploy one in Google or AWS Cloud:
|
||||
1. Check out [supported environments]({{< github_raw >}}/tree/experimental-ambient#supported-environments). We recommend using a Kubernetes cluster that is version 1.21 or newer that has two nodes or more. If you don’t have a Kubernetes cluster, you can set up using locally (e.g. using kind as below) or deploy one in Google or AWS Cloud:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kind create cluster --config=- <<EOF
|
||||
|
|
|
@ -123,11 +123,17 @@ While we believe ambient mesh will be the best option for many mesh users going
|
|||
Istio will continue to support sidecars, and importantly, allow them to interoperate seamlessly with ambient mesh.
|
||||
In fact, the ambient mesh code we’re releasing today already supports interoperation with sidecar-based Istio.
|
||||
|
||||
### Learn more
|
||||
|
||||
Take a look at the short video to watch Christian run through the Istio ambient mesh components and demo some capabilities:
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/nupRBh9Iypo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
|
||||
### Get involved
|
||||
|
||||
What we have released today is an early version of ambient mesh in Istio, and it is very much still under active development. We are excited to share it with the broader community and look forward to getting more people involved in shaping it as we move to production readiness in 2023.
|
||||
|
||||
We would love your feedback to help shape the solution.
|
||||
A build of Istio which supports ambient mesh is available to [download and try](/blog/2022/get-started-ambient/) in the [Istio Experimental repo]({{< github_tree >}}/tree/experimental-ambient).
|
||||
A list of missing features and work items is available in the [README]({{< github_blob >}}/experimental-ambient/README.md).
|
||||
A build of Istio which supports ambient mesh is available to [download and try](/blog/2022/get-started-ambient/) in the [Istio Experimental repo]({{< github_raw >}}/tree/experimental-ambient).
|
||||
A list of missing features and work items is available in the [README]({{< github_raw >}}/blob/experimental-ambient/README.md).
|
||||
Please try it out and let us know what you think!
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
https://github.com/istio/istio
|
Loading…
Reference in New Issue