forked from katacoda/scenario-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment-usages-pathway.json
83 lines (82 loc) · 1.91 KB
/
environment-usages-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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"title": "Katacoda Environments",
"description": "Available Katacoda Environments",
"icon": "fa-katacoda",
"courses": [
{
"course_id": "ubuntu-1804",
"title": "Ubuntu 18.04 Instance",
"description": "General purpose environment"
},
{
"course_id": "ubuntu-2004",
"title": "Ubuntu 20.04 Instance",
"description": "General purpose environment"
},
{
"course_id": "kubernetes-cluster",
"title": "Kubernetes Cluster",
"description": "Multi node Kubernetes cluster configured using Kubeadm"
},
{
"course_id": "kubernetes-cluster-running",
"title": "Kubernetes Cluster Running",
"description": "Multi node Kubernetes cluster configured using Kubeadm"
},
{
"course_id": "minikube",
"title": "Minikube",
"description": "Use Minikube to help explain Kubernetes"
},
{
"course_id": "java",
"title": "Java / Scala",
"description": ""
},
{
"course_id": "kotlin",
"title": "Kotlin",
"description": ""
},
{
"course_id": "python",
"title": "Python 3",
"description": ""
},
{
"course_id": "nodejs",
"title": "Node.js",
"description": ""
},
{
"course_id": "go",
"title": "go",
"description": ""
},
{
"course_id": "rust",
"title": "rust",
"description": ""
},
{
"course_id": "ruby",
"title": "ruby",
"description": ""
},
{
"course_id": "dotnet",
"title": "C# / Dotnet",
"description": ""
},
{
"course_id": "r",
"title": "R",
"description": ""
},
{
"course_id": "bash",
"title": "Bash",
"description": ""
}
]
}