forked from CloudplexPlatform/developer-community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.json
36 lines (34 loc) · 1.2 KB
/
meta.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
{
"kubernetes": {
"pods and containers": {
"labs": {
"helloworld": {
"title": "Pods And Containers Lab",
"description": "This Lab will help you understand the concept of Pods and Containers by running a simple HelloWorld Application from CloudPlex.",
"complexity": "easy",
"time": "00:20:00"
}
}
},
"secrets": {
"labs": {
"mysqlSecret": {
"title": "Container Service with Secret",
"description": "How to deploy a MySQL Container service with Kubernetes secret.",
"complexity":"intermediate",
"time":"00:30:00"
}
}
},
"persistent volumes": {
"labs": {
"mysqlPv": {
"title": "Container Service with Persistent Volume",
"description": "How to deploy a MySQL Container service with Persistent Volume",
"complexity":"intermediate",
"time":"00:30:00"
}
}
}
}
}