SRE Platform Documentation
  • SRE Platform Documentation
    • Platform Structure and How it Works
    • Code of Conduct
    • Resources
    • Tips & Tricks
    • Common Issues
  • Setting Up Your Environment
    • Running Your First Mock Test
    • Running Your First Lab
    • Running Labs vs Mock Tests
Powered by GitBook
On this page
  • CKS Labs
  • Create CKS lab number 01
  • Delete CKS hands-on labs
  • Run CKS task with clean Terragrunt cache
  • Show outputs from cks_task
  • CKA Labs
  • Create CKA lab number 01
  • Delete CKA hands-on labs
  • Run CKA task with clean Terragrunt cache
  • Show outputs from cka_task
  • CKAD Labs
  • Create CKAD lab number 01
  • Delete CKAD hands-on labs
  • Run CKAD task with clean Terragrunt cache
  • Show outputs from ckad_task
  • EKS Labs
  • Create EKS lab number 01
  • Delete EKS hands-on labs
  • Run EKS task with clean Terragrunt cache
  • Show outputs from eks_task
  1. Setting Up Your Environment

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
PreviousRunning Your First Mock TestNextRunning Labs vs Mock Tests

Last updated 11 months ago

Page cover image