Jobs
This section explains how to manage jobs.
In KubeSphere, applications run in pods. Jobs are used to manage pods that run either once or periodically. KubeSphere supports the following types of jobs:
-
Jobs: Used to manage pods that run only once. If a pod runs failed, the system will restart the pod according to the policies set in the job until specific conditions are met.
-
CronJobs: Used to manage pods that run periodically. The system creates regular jobs based on the schedule set in the CronJob and runs them accordingly. Each time when the pod runs, if it fails, the CronJob will restart the pod according to the policies set by the user until specific conditions are met.
Create Jobs
Learn how to create jobs.
View Job List
Learn how to view the job list.
View Job Details
Learn how to view job details.
Edit Job Information
Learn how to edit job information.
Delete Jobs
Learn how to delete a job.
Re-run Jobs
Instructions on how to re-run a job.
Pause CronJobs
Instructions on how to pause a CronJob.