forked from openshift-labs/learn-katacoda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
introduction-pathway.json
61 lines (61 loc) · 2.17 KB
/
introduction-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
{
"title": "Foundations of OpenShift",
"icon": "fa-openshift",
"courses": [
{
"external_link": "https://learn.openshift.com/introduction/getting-started/",
"course_id": "getting-started",
"title": "Getting Started with OpenShift for Developers"
},
{
"external_link": "https://learn.openshift.com/introduction/cluster-access/",
"course_id": "cluster-access",
"title": "Logging in to an OpenShift Cluster"
},
{
"external_link": "https://learn.openshift.com/introduction/developing-with-odo/",
"course_id": "developing-with-odo",
"title": "Developing with odo"
},
{
"external_link": "https://learn.openshift.com/introduction/deploying-images/",
"course_id": "deploying-images",
"title": "Deploying Applications From Images"
},
{
"external_link": "https://learn.openshift.com/introduction/deploying-python/",
"course_id": "deploying-python",
"title": "Deploying Applications From Source"
},
{
"external_link": "https://learn.openshift.com/introduction/resource-objects/",
"course_id": "resource-objects",
"title": "Using the CLI to Manage Resource Objects"
},
{
"external_link": "https://learn.openshift.com/introduction/port-forwarding/",
"course_id": "port-forwarding",
"title": "Connecting to a Database Using Port Forwarding"
},
{
"external_link": "https://learn.openshift.com/introduction/transferring-files/",
"course_id": "transferring-files",
"title": "Transferring Files in and out of Containers"
},
{
"external_link": "https://learn.openshift.com/introduction/federated-clusters/",
"course_id": "federated-clusters",
"title": "Introduction to Federated Clusters with Kubefed"
},
{
"external_link": "https://learn.openshift.com/introduction/gitops-introduction/",
"course_id": "gitops-introduction",
"title": "Introduction to GitOps with OpenShift"
},
{
"external_link": "https://learn.openshift.com/introduction/gitops-multicluster/",
"course_id": "gitops-multicluster",
"title": "Multi-cluster GitOps with OpenShift"
}
]
}