mirror of https://github.com/istio/istio.io.git
Add the Ambient Profile to the Installation Configuration Profiles Table (#13719)
* add Ambient config profile * remove extra blank line to fix lint * created ambient alpha warning boilerplate * swapped in ambient boilerplate & corrected ambient config profile components * add newline to resolve lint failure
This commit is contained in:
parent
afd3bd0eac
commit
b56628e558
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
---
|
||||
{{< warning >}}
|
||||
Ambient is currently in [alpha status](/docs/releases/feature-stages/#feature-phase-definitions).
|
||||
|
||||
Please **do not run ambient in production** and be sure to thoroughly review the [feature phase definitions](/docs/releases/feature-stages/#feature-phase-definitions) before use.
|
||||
In particular, there are known performance, stability, and security issues in the `alpha` release.
|
||||
There are also planned breaking changes, including some that will prevent upgrades.
|
||||
These are all limitations that will be addressed before graduation to `beta`.
|
||||
{{< /warning >}}
|
|
@ -6,14 +6,7 @@ owner: istio/wg-networking-maintainers
|
|||
test: yes
|
||||
---
|
||||
|
||||
{{< warning >}}
|
||||
Ambient is currently in [alpha status](/docs/releases/feature-stages/#feature-phase-definitions).
|
||||
|
||||
Please **do not run ambient in production** and be sure to thoroughly review the [feature phase definitions](/docs/releases/feature-stages/#feature-phase-definitions) before use.
|
||||
In particular, there are known performance, stability, and security issues in the `alpha` release.
|
||||
There are also planned breaking changes, including some that will prevent upgrades.
|
||||
These are all limitations that will be addressed before graduation to `beta`.
|
||||
{{< /warning >}}
|
||||
{{< boilerplate ambient-alpha-warning >}}
|
||||
|
||||
This guide lets you quickly evaluate Istio {{< gloss "ambient" >}}ambient service mesh{{< /gloss >}}. These steps require you to have
|
||||
a {{< gloss >}}cluster{{< /gloss >}} running a
|
||||
|
|
|
@ -44,6 +44,10 @@ for your specific needs. The following built-in configuration profiles are curre
|
|||
1. **preview**: the preview profile contains features that are experimental. This is intended to explore new features
|
||||
coming to Istio. Stability, security, and performance are not guaranteed - use at your own risk.
|
||||
|
||||
1. **ambient**: the ambient profile is designed to help you get started with [ambient mesh](/docs/ops/ambient).
|
||||
|
||||
{{< boilerplate ambient-alpha-warning >}}
|
||||
|
||||
{{< tip >}}
|
||||
Some additional vendor-specific configuration profiles are also available.
|
||||
For more information, refer to the [setup instructions](/docs/setup/platform-setup) for your platform.
|
||||
|
@ -51,12 +55,14 @@ For more information, refer to the [setup instructions](/docs/setup/platform-set
|
|||
|
||||
The components marked as ✔ are installed within each profile:
|
||||
|
||||
| | default | demo | minimal | remote | empty | preview |
|
||||
| --- | --- | --- | --- | --- | --- | --- |
|
||||
| Core components | | | | | | | |
|
||||
| `istio-egressgateway` | | ✔ | | | | | | |
|
||||
| `istio-ingressgateway` | ✔ | ✔ | | | | ✔ |
|
||||
| `istiod` | ✔ | ✔ | ✔ | | | ✔ |
|
||||
| | default | demo | minimal | remote | empty | preview | ambient |
|
||||
| --- | --- | --- | --- | --- | --- | --- | --- |
|
||||
| Core components | | | | | | | | |
|
||||
| `istio-egressgateway` | | ✔ | | | | | | | |
|
||||
| `istio-ingressgateway` | ✔ | ✔ | | | | ✔ | |
|
||||
| `istiod` | ✔ | ✔ | ✔ | | | ✔ | ✔ |
|
||||
| `CNI` | | | | | | | ✔ |
|
||||
| `Ztunnel` | | | | | | | ✔ |
|
||||
|
||||
To further customize Istio, a number of addon components can also be installed.
|
||||
Refer to [integrations](/docs/ops/integrations) for more details.
|
||||
|
|
Loading…
Reference in New Issue