forked from openshift-labs/learn-katacoda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicemesh-pathway.json
50 lines (50 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
{
"title": "Service Mesh with Istio",
"courses": [
{
"external_link": "https://learn.openshift.com/servicemesh/istio-fasttrack/",
"course_id": "istio-fasttrack",
"title": "Istio 60-minute Fast track (Bookinfo)"
},
{
"external_link": "https://learn.openshift.com/servicemesh/1-introduction",
"course_id": "1-introduction",
"title": "Istio workshop: Istio Introduction"
},
{
"external_link": "https://learn.openshift.com/servicemesh/2-deploy-microservices",
"course_id": "2-deploy-microservices",
"title": "Istio workshop: Deploy microservices"
},
{
"external_link": "https://learn.openshift.com/servicemesh/3-monitoring-tracing",
"course_id": "3-monitoring-tracing",
"title": "Istio workshop: Monitoring and Tracing"
},
{
"external_link": "https://learn.openshift.com/servicemesh/4-simple-routerules",
"course_id": "4-simple-routerules",
"title": "Istio workshop: Simple RouteRules"
},
{
"external_link": "https://learn.openshift.com/servicemesh/5-advanced-routerules",
"course_id": "5-advanced-routerules",
"title": "Istio workshop: Advanced RouteRules"
},
{
"external_link": "https://learn.openshift.com/servicemesh/6-fault-injection",
"course_id": "6-fault-injection",
"title": "Istio workshop: Fault Injection"
},
{
"external_link": "https://learn.openshift.com/servicemesh/7-circuit-breaker",
"course_id": "7-circuit-breaker",
"title": "Istio workshop: Circuit Breaker"
},
{
"external_link": "https://learn.openshift.com/servicemesh/8-egress",
"course_id": "8-egress",
"title": "Workshop extra: Egress"
}
]
}