@@ -11,30 +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
- - [ Installion] ( ./installing-istio .html ) . This task shows you how to
14
+ - [ Installion] ( ./task-template .html ) . This task shows you how to
15
15
setup Istio service mesh.
16
16
17
- - [ Integrating Services into the Mesh] ( ./installing-istio .html ) . This task shows you how to
17
+ - [ Integrating Services into the Mesh] ( ./task-template .html ) . This task shows you how to
18
18
integrate your applications with Istio service mesh.
19
19
20
- - [ Configuring Ingress/Egress with Envoy] ( ./installing-istio .html ) . This task shows you how to
20
+ - [ Configuring Ingress/Egress with Envoy] ( ./task-template .html ) . This task shows you how to
21
21
setup the Istio Ingress controller and the Egress proxy.
22
22
23
- - [ Adding Resilience Features] ( ./installing-istio .html ) . This task shows you how to
23
+ - [ Adding Resilience Features] ( ./task-template .html ) . This task shows you how to
24
24
setup timeouts, retries and circuit breakers.
25
25
26
- - [ Configuring Request Routing] ( ./installing-istio .html ) . This task shows you how to
26
+ - [ Configuring Request Routing] ( ./task-template .html ) . This task shows you how to
27
27
configure dynamic request routing based on weights and http headers.
28
28
29
- - [ Fault Injection] ( ./installing-istio .html ) . This task shows how to
29
+ - [ Fault Injection] ( ./task-template .html ) . This task shows how to
30
30
inject failures into your application.
31
31
32
- - [ Enabling Istio-Auth] ( ./installing-istio .html ) . This task shows you how to
32
+ - [ Enabling Istio-Auth] ( ./task-template .html ) . This task shows you how to
33
33
setup Istio-Auth to provide mutual TLS authentication between services.
34
34
35
- - [ Collecting Metrics and Logs] ( ./installing-istio .html ) . This task shows you how to
35
+ - [ Collecting Metrics and Logs] ( ./task-template .html ) . This task shows you how to
36
36
configure the Istio Mixer to collect metrics and logs from Envoys in
37
37
every Pod.
38
38
39
- - [ Configuring Mixer] ( ./installing-istio .html ) . This task shows you how to
39
+ - [ Configuring Mixer] ( ./task-template .html ) . This task shows you how to
40
40
configure the Mixer.
0 commit comments