Files
CK-X/facilitator/assets/exams/labs.json
2025-04-20 14:30:00 +05:30

74 lines
3.1 KiB
JSON

{
"labs": [
{
"id": "ckad-001",
"assetPath": "assets/exams/ckad/001",
"name": "CKAD Comprehensive Lab - 1",
"category": "CKAD",
"description": "Hands-on exercises covering core Kubernetes concepts, pod configuration, deployments, and services with practical tasks for application deployment in a cluster.",
"warmUpTimeInSeconds": 260,
"difficulty": "Medium",
"examDurationInMinutes": 120
},
{
"id": "ckad-002",
"assetPath": "assets/exams/ckad/002",
"name": "CKAD Comprehensive Lab - 2",
"category": "CKAD",
"description": "Series of practical tasks on multi-container pods, pod design patterns, configuration, services, and networking in Kubernetes environments.",
"warmUpTimeInSeconds": 260,
"difficulty": "Hard",
"examDurationInMinutes": 120
},
{
"id": "cks-001",
"assetPath": "assets/exams/cks/001",
"name": "CKS Practice Lab - Kubernetes Security Essentials",
"category": "CKS",
"description": "Practice essential Kubernetes security concepts including network policies, RBAC, supply chain security, and runtime protection",
"warmUpTimeInSeconds": 260,
"difficulty": "Hard",
"examDurationInMinutes": 120
},
{
"id": "cka-002",
"assetPath": "assets/exams/cka/002",
"name": "CKA Practice Lab - Advanced Administration",
"category": "CKA",
"description": "Comprehensive lab covering advanced Kubernetes administration topics including storage, networking, security, and troubleshooting with focus on real-world scenarios, updated with the latest CKA exam curriculum changes.",
"warmUpTimeInSeconds": 360,
"difficulty": "Hard",
"examDurationInMinutes": 120
},
{
"id": "cka-001",
"assetPath": "assets/exams/cka/001",
"name": "CKA Practice Lab - Core Concepts",
"category": "CKA",
"description": "Practice essential Kubernetes administrator tasks covering cluster management, networking, storage, and security",
"warmUpTimeInSeconds": 260,
"difficulty": "Easy",
"examDurationInMinutes": 60
},
{
"id": "docker-001",
"assetPath": "assets/exams/other/001",
"name": "Docker Speed Run - Core Concepts",
"category": "Other",
"description": "Fast-paced practice lab covering Docker fundamentals including images, containers, volumes, networking, OCI, logging, and security best practices.",
"warmUpTimeInSeconds": 120,
"difficulty": "Medium",
"examDurationInMinutes": 90
},
{
"id": "helm-001",
"assetPath": "assets/exams/other/002",
"name": "Helm Fundamentals Lab",
"category": "Other",
"description": "Comprehensive lab covering Helm basics including chart installation, repositories, customization, packaging, debugging, and advanced Helm operations for Kubernetes applications.",
"warmUpTimeInSeconds": 260,
"difficulty": "Medium",
"examDurationInMinutes": 90
}
]
}