-
Notifications
You must be signed in to change notification settings - Fork 14
/
fast-track-istio-pathway.json
46 lines (46 loc) · 1.59 KB
/
fast-track-istio-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
{
"title": "Fast Track Istio",
"description": "Explore the features of Istio by strategically deploying a simple microservices application to a Kubernetes cluster.",
"courses": [
{
"course_id": "1-installation",
"title": "1. Installing Istio",
"description": "Learn to install Istio on Kubernetes cluster."
},
{
"course_id": "2-first-service",
"title": "2. Deploying Services",
"description": "Learn to deploy existing and new services to Istio."
},
{
"course_id": "3-all-on-board",
"title": "3. All on Board",
"description": "Deploy the services of the Book Club application to the mesh."
},
{
"course_id": "4-traffic-management-patterns-1",
"title": "4. Patterns: Versioning, Fault Injection, & Canary Releases",
"description": "Learn to implement microservices traffic management patterns."
},
{
"course_id": "5-traffic-management-patterns-2",
"title": "5. Patterns: Resilience & Mirroring",
"description": "Learn to implement some more microservices traffic management patterns."
},
{
"course_id": "6-service-discovery",
"title": "6. Service Discovery",
"description": "Bring services outside the cluster to the service mesh."
},
{
"course_id": "7-security",
"title": "7. Security",
"description": "Secure the services running on the Istio service mesh."
},
{
"course_id": "8-observability",
"title": "8. Observability",
"description": "Monitor services on your mesh in real-time with visualization tools."
}
]
}