mirror of https://github.com/istio/istio.io.git
Make quick-start quicker (#5279)
This commit is contained in:
parent
e5cb80badc
commit
f86b9fc90f
|
@ -12,9 +12,7 @@ This guide lets you try out Istio quickly and it's the ideal starting
|
|||
point if you are new to the project. To get started, download and install
|
||||
Istio's built-in **demo** configuration:
|
||||
|
||||
1. [Setup your platform](/docs/setup/platform-setup/)
|
||||
1. [Download the Istio release](/docs/setup/#downloading-the-release)
|
||||
1. [Follow the quick-start installation instructions](/docs/setup/install/kubernetes)
|
||||
- [Follow the quick-start installation instructions](/docs/setup/install/kubernetes)
|
||||
|
||||
With Istio installed, you can [deploy the Bookinfo sample](/docs/examples/bookinfo/#deploying-the-application)
|
||||
and evaluate Istio's features for traffic routing, fault injection, rate
|
||||
|
|
|
@ -29,8 +29,6 @@ requirements.
|
|||
|
||||
1. Perform any necessary [platform-specific setup](/docs/setup/platform-setup/).
|
||||
|
||||
1. Check the [Requirements for Pods and Services](/docs/setup/additional-setup/requirements/).
|
||||
|
||||
## Install the demo profile
|
||||
|
||||
{{< text bash >}}
|
||||
|
|
Loading…
Reference in New Issue