forked from openshift-labs/learn-katacoda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
introduction-pathway.json
51 lines (51 loc) · 1.8 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
{
"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/deploy-prometheus-grafana/",
"title": "How to set up Prometheus and Grafana on OpenShift",
"course_id": "deploy-prometheus-grafana"
}
]
}