-
Notifications
You must be signed in to change notification settings - Fork 6
/
ckad-practice-challenges-pathway.json
42 lines (42 loc) · 1.48 KB
/
ckad-practice-challenges-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
{
"title": "CKAD Practice Challenge",
"description": "Practice Questions for CNCF Certified Kubernetes Application Developer Exam",
"icon": "fa-katacoda",
"courses": [
{
"course_id": "core-concepts",
"title": "Core Concepts - 13%",
"description": "Practice Questions on Kubernetes Core Concepts"
},
{
"course_id": "configuration",
"title": "Configuration - 18%",
"description": "Practice Questions on Kubernetes Configuration"
},
{
"course_id": "multi-container-pods",
"title": "Multi-Container Pods - 10%",
"description": "Practice Questions on Kubernetes Multi-Container Pods"
},
{
"course_id": "observability",
"title": "Observability - 18%",
"description": "Practice Questions on Kubernetes Observability"
},
{
"course_id": "pod-design",
"title": "Pod Design - 20%",
"description": "Practice Questions on Kubernetes Pod Design"
},
{
"course_id": "service-network",
"title": "Services & Networking - 13%",
"description": "Practice Questions on Kubernetes Services & Networking"
},
{
"course_id": "state-persistence",
"title": "State Persistence - 8%",
"description": "Practice questions for Kubernetes State Persistence"
}
]
}