-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.json
50 lines (50 loc) · 1.13 KB
/
index.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": "Health Probe",
"description": "Learn how to implement readiness and liveness probes to help Kubernetes to manage your applications.",
"difficulty": "Beginner",
"time": "10 - 15 minutes",
"details": {
"steps": [
{
"title": "Deployment with liveness and readiness checks",
"text": "01-deployment-create.md",
"code": "launch-kubernetes.sh"
},
{
"title": "Check how a readiness probe affects the service",
"text": "02-readiness.md"
},
{
"title": "Check how a liveness probe affects the application lifecyle",
"text": "03-liveness.md"
}
],
"intro": {
"text": "intro.md",
"courseData": "install-bat.sh"
},
"finish": {
"text": "finish.md"
},
"assets": {
"host01": [
{
"file": "deployment.yml",
"target": "~/"
},
{
"file": "service.yml",
"target": "~/"
}
]
}
},
"environment": {
"uilayout": "terminal",
"uisettings": "yaml",
"icon": "fa-kubernetes"
},
"backend": {
"imageid": "kubernetes"
}
}