CKAD exam practice question - Create kubernetes (K8s) job with completion and parallelism

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2024
  • In this video, we will solve a practice CKAD exam question related to Kubernetes job.
    The question has following 2 parts:
    Part 1) your ondemand video processing team needs a Job template located at vod-job.yaml . This Job should run image busybox:1.35.0 and execute sleep 2 && echo ”video processing done” . It should be in namespace video-on-demand, run a total of 5 times and should execute 2 runs in parallel.
    Part 2) Start the Job and check its history. Each pod created by the Job should have the label id: vod-job . The job should be named video-on-demand-job and the container video-on-demand-job-container .
    We will use imperative (CLI) way to create yaml files quickly, refer to the Kubernetes documentation and make necessary changes to the template files. We will validate that the job was created and ran successfully while complying to the completion and parallelism requirements.
    #kubernetes #ckad #cka #docker #tutorial #tutorials
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2

  • @Mankind52
    @Mankind52 26 วันที่ผ่านมา

    Thank you, it was really clear and simple explanation.