Running Your First Lab
This section guides you through running your first lab on the SRE Learning Platform. Labs provide hands-on, interactive learning experiences that focus on specific topics or skills, allowing you to gain practical experience and a deeper understanding of the subject matter.
CKS Labs
Create CKS lab number 01
TASK=01 make run_cks_task
Delete CKS hands-on labs
TASK=01 make delete_cks_task
Run CKS task with clean Terragrunt cache
TASK=01 make run_cks_task_clean
Show outputs from cks_task
make output_cks_task
CKA Labs
Create CKA lab number 01
TASK=01 make run_cka_task
Delete CKA hands-on labs
TASK=01 make delete_cka_task
Run CKA task with clean Terragrunt cache
TASK=01 make run_cka_task_clean
Show outputs from cka_task
make output_cka_task
CKAD Labs
Create CKAD lab number 01
TASK=01 make run_ckad_task
Delete CKAD hands-on labs
TASK=01 make delete_ckad_task
Run CKAD task with clean Terragrunt cache
TASK=01 make run_ckad_task_clean
Show outputs from ckad_task
make output_ckad_task
EKS Labs
Create EKS lab number 01
TASK=01 make run_eks_task
Delete EKS hands-on labs
TASK=01 make delete_eks_task
Run EKS task with clean Terragrunt cache
TASK=01 make run_eks_task_clean
Show outputs from eks_task
make output_eks_task
Last updated