@@ -11,7 +11,30 @@ type: markdown
11
11
Tasks show you how to do a single specific targeted
12
12
activity with the Istio system.
13
13
14
- - [ Getting Started ] ( ./getting-started .html ) . This task shows you how to get
15
- Istio setup.
14
+ - [ Installion ] ( ./installing-istio .html ) . This task shows you how to
15
+ setup Istio service mesh .
16
16
17
- - [ Timeout Injection] ( ./timeout-injection.html ) . This task shows how to set a network timeout for all requests for a destination.
17
+ - [ Integrating Services into the Mesh] ( ./installing-istio.html ) . This task shows you how to
18
+ integrate your applications with Istio service mesh.
19
+
20
+ - [ Configuring Ingress/Egress with Envoy] ( ./installing-istio.html ) . This task shows you how to
21
+ setup the Istio Ingress controller and the Egress proxy.
22
+
23
+ - [ Adding Resilience Features] ( ./installing-istio.html ) . This task shows you how to
24
+ setup timeouts, retries and circuit breakers.
25
+
26
+ - [ Configuring Request Routing] ( ./installing-istio.html ) . This task shows you how to
27
+ configure dynamic request routing based on weights and http headers.
28
+
29
+ - [ Fault Injection] ( ./installing-istio.html ) . This task shows how to
30
+ inject failures into your application.
31
+
32
+ - [ Enabling Istio-Auth] ( ./installing-istio.html ) . This task shows you how to
33
+ setup Istio-Auth to provide mutual TLS authentication between services.
34
+
35
+ - [ Collecting Metrics and Logs] ( ./installing-istio.html ) . This task shows you how to
36
+ configure the Istio Mixer to collect metrics and logs from Envoys in
37
+ every Pod.
38
+
39
+ - [ Configuring Mixer] ( ./installing-istio.html ) . This task shows you how to
40
+ configure the Mixer.
0 commit comments