forked from katacoda/scenario-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment-usages-pathway.json
43 lines (42 loc) · 1.23 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
{
"title": "Katacoda Environments",
"description": "Available Katacoda Environments",
"icon": "fa-katacoda",
"courses": [
{
"course_id": "ubuntu",
"title": "Ubuntu 16.04 Instance",
"description": "General purpose environment"
},
{
"course_id": "vscode-with-docker",
"title": "VSCode plus Ubuntu 16.04",
"description": "Example of adding a VS Code tab to a scenario"
},
{
"course_id": "docker",
"title": "Docker",
"description": "General purpose Docker environment"
},
{
"course_id": "docker-swarm",
"title": "Docker Swarm",
"description": "Two-node Docker cluster designed for teaching Swarm"
},
{
"course_id": "kubernetes",
"title": "Kubernetes",
"description": "Single node Kubernetes cluster configured using Kubeadm"
},
{
"course_id": "kubernetes-cluster",
"title": "Kubernetes Cluster",
"description": "Multi node Kubernetes cluster configured using Kubeadm"
},
{
"course_id": "minikube",
"title": "Minikube",
"description": "Use Minikube to help explain Kubernetes"
}
]
}