May 2018
Intermediate to advanced
554 pages
13h 51m
English
Since Kubernetes version 1.2, Kubernetes Jobs has been introduced as a stable feature (apiVersion: batch/v1). In addition, CronJob is a beta feature (apiVersion: batch/v1beta1) as of Kubernetes version 1.10.
Both work well on minikube, which was introduced at Chapter 1, Building Your Own Kubernetes Cluster. Therefore, this recipe will use minikube version 0.24.1.
Read now
Unlock full access