Chapter 10: Background processing

View in the book. Buy the book.

You can process background tasks using Deployment or the Kubernetes Job object.

10.1.1 Creating a custom task queue

10.1.2 Signal handling in worker Pods

10.1.3 Scaling worker Pods

10.2.1 Running one-off tasks with Jobs

10.2.2 Scheduling tasks with CronJobs

10.3.1 Dynamic queue processing with Jobs