forked from contino/katacoda-scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kubernetes-pathway.json
52 lines (52 loc) · 1.48 KB
/
kubernetes-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
{
"title": "Kubernetes",
"icon": "fa-kubernetes",
"description": "Learn how to use Kubernetes",
"courses": [
{
"course_id": "pods",
"title": "Pods",
"description": "Introduction to Pods and Namespaces"
},
{
"course_id": "assign-pod-nodes",
"title": "Assign pods to nodes",
"description": "Introduction to Node Selector and Affinity"
},
{
"course_id": "jobs-initcontainers-cronjobs",
"title": "Jobs, Init Containers and Cron Jobs",
"description": "Introduction to Jobs, Init Containers and Cron Jobs"
},
{
"course_id": "daemonset",
"title": "DaemonSet",
"description": "Introduction to DaemonSet"
},
{
"course_id": "basic-deployments",
"title": "Basic Deployments",
"description": "Introduction to basic deployments"
},
{
"course_id": "advanced-deployments",
"title": "Advanced Deployments",
"description": "Introduction to advanced deployments"
},
{
"course_id": "services",
"title": "Services",
"description": "Introduction to services"
},
{
"course_id": "configmaps-secrets",
"title": "ConfigMaps and Secrets",
"description": "Introduction to ConfigMaps and Secrets"
},
{
"course_id": "volumes",
"title": "Volumes",
"description": "Introduction to Volumes"
}
]
}