Member-only story
Deploying Jobs on Google Kubernetes Engine
Google Kubernetes Engine
Google Kubernetes Engine (GKE) provides a managed environment for deploying, managing, and scaling your containerized applications using Google infrastructure. The GKE environment consists of multiple machines (specifically, Compute Engine instances) grouped together to form a cluster.
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.
In the below video, you will learn how to
- Define, deploy, and clean up a GKE Job
- Define, deploy, and clean up a GKE CronJob
Video Link: https://www.youtube.com/watch?v=n7TpbaK-R0o
Steps:
Task 1. Define and deploy a Job manifest
Task 2. Define and deploy a CronJob manifest
Done !!!
Thank you :)