Deploying Jobs on Google Kubernetes Engine

Опубликовано: 22 Март 2026
на канале: Backyard Techmu by Adrianus Yoga
101
3

Overview
In this lab, you define and run Jobs and CronJobs.

In GKE, a Job is a controller object that represents a finite task. Jobs manage a task as it runs to completion, rather than managing an ongoing desired state such as maintaining the total number of running Pods.

CronJobs perform finite, time-related tasks that run once or repeatedly at a time that you specify using Job objects to complete their tasks.

Objectives
In this lab, you learn how to perform the following tasks:
Define, deploy and clean up a GKE Job
Define, deploy and clean up a GKE CronJob
#gcp #googlecloud #qwiklabs #learntoearn