-
Notifications
You must be signed in to change notification settings - Fork 265
/
Copy pathservicemesh-pathway.json
56 lines (56 loc) · 1.71 KB
/
servicemesh-pathway.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"title": "Istio",
"icon": "fa-openshift",
"courses": [
{
"external_link": "https://learn.openshift.com/servicemesh/1-introduction",
"course_id": "1-introduction",
"title": "Istio Introduction"
},
{
"external_link": "https://learn.openshift.com/servicemesh/2-deploy-microservices",
"course_id": "2-deploy-microservices",
"title": "Deploy Microservices"
},
{
"external_link": "https://learn.openshift.com/servicemesh/3-monitoring-tracing",
"course_id": "3-monitoring-tracing",
"title": "Monitoring and Tracing"
},
{
"external_link": "https://learn.openshift.com/servicemesh/4-simple-routerules",
"course_id": "4-simple-routerules",
"title": "Simple Routing"
},
{
"external_link": "https://learn.openshift.com/servicemesh/5-advanced-routerules",
"course_id": "5-advanced-routerules",
"title": "Advanced RouteRules"
},
{
"external_link": "https://learn.openshift.com/servicemesh/6-fault-injection",
"course_id": "6-fault-injection",
"title": "Fault Injection"
},
{
"external_link": "https://learn.openshift.com/servicemesh/7-circuit-breaker",
"course_id": "7-circuit-breaker",
"title": "Circuit Breaker"
},
{
"external_link": "https://learn.openshift.com/servicemesh/8-egress",
"course_id": "8-egress",
"title": "Egress"
},
{
"external_link": "https://learn.openshift.com/servicemesh/adv1-kiali",
"course_id": "adv1-kiali",
"title": "Observing with Kiali"
},
{
"external_link": "https://learn.openshift.com/servicemesh/adv2-mtls",
"course_id": "adv2-mTLS",
"title": "Mutual TLS"
}
]
}