forked from openshift-labs/learn-katacoda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
servicemesh-pathway.json
56 lines (56 loc) · 1.94 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": "Service Mesh with Istio",
"icon": "fa-openshift",
"courses": [
{
"external_link": "https://learn.openshift.com/servicemesh/1-introduction",
"course_id": "1-introduction",
"title": "Istio 1.0.x workshop: Istio Introduction"
},
{
"external_link": "https://learn.openshift.com/servicemesh/2-deploy-microservices",
"course_id": "2-deploy-microservices",
"title": "Istio 1.0.x workshop: Deploy microservices"
},
{
"external_link": "https://learn.openshift.com/servicemesh/3-monitoring-tracing",
"course_id": "3-monitoring-tracing",
"title": "Istio 1.0.x workshop: Monitoring and Tracing"
},
{
"external_link": "https://learn.openshift.com/servicemesh/4-simple-routerules",
"course_id": "4-simple-routerules",
"title": "Istio 1.0.x workshop: Simple Routing"
},
{
"external_link": "https://learn.openshift.com/servicemesh/5-advanced-routerules",
"course_id": "5-advanced-routerules",
"title": "Istio 1.0.x workshop: Advanced RouteRules"
},
{
"external_link": "https://learn.openshift.com/servicemesh/6-fault-injection",
"course_id": "6-fault-injection",
"title": "Istio 1.0.x workshop: Fault Injection"
},
{
"external_link": "https://learn.openshift.com/servicemesh/7-circuit-breaker",
"course_id": "7-circuit-breaker",
"title": "Istio 1.0.x workshop: Circuit Breaker"
},
{
"external_link": "https://learn.openshift.com/servicemesh/8-egress",
"course_id": "8-egress",
"title": "Istio 1.0.x workshop: Egress"
},
{
"external_link": "https://learn.openshift.com/servicemesh/adv1-kiali",
"course_id": "adv1-kiali",
"title": "Istio 1.0.x Advanced: Observing with Kiali"
},
{
"external_link": "https://learn.openshift.com/servicemesh/adv2-mtls",
"course_id": "adv2-mTLS",
"title": "Istio 1.0.x Advanced: Mutual TLS"
}
]
}