forked from argoproj-labs/training-material
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathargo-workflows-pathway.json
More file actions
36 lines (36 loc) · 1.17 KB
/
argo-workflows-pathway.json
File metadata and controls
36 lines (36 loc) · 1.17 KB
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
{
"title": "Argo Workflows",
"description": "Learn how to run workflows on Kubernetes using Argo Workflows.",
"courses": [
{
"course_id": "getting-started",
"title": "Getting Started",
"description": "Learn how how to set-up Argo Workflows and run you first workflow."
},
{
"course_id": "templates",
"title": "Templates",
"description": "Learn about different types of templates, including key types such as container and DAG."
},
{
"course_id": "inputs-and-outputs",
"title": "Inputs and Outputs",
"description": "Learn about input and outputs, including parameters and artifacts."
},
{
"course_id": "reuse",
"title": "Workflow Templates and Cron Workflows",
"description": "Learn about reuse with workflow templates, and running workflows on schedule."
},
{
"course_id": "api",
"title": "Using the API",
"description": "Learn about submitting workflows using the Argo Server's REST API."
},
{
"course_id": "python",
"title": "Writing workflows in Python",
"description": "Learn about writing workflow in Python. WORK IN PROGRESS"
}
]
}