Kubernetes Workflow documentation and tutorials

In my limited experience with Kubernetes, most tutorials seems to be aimed at deploying and managing customer-facing applications. However, my primary use for Kubernetes is to dispatch workflows with Argo for the purpose of scaling up computations divided among Docker containers. Thus, I care less about self-healing, rolling updates and resource-limiting than the average Kubernetes user.

Is there any tutorial or book written with the Workflow Management use-case in mind? Looking at Kuberenetes: Up and Running there does seem to be some sections focused on Jobs and Work Queues, but I would appreciate materials more targeted at my specific use-case.

Does anyone have paid or free resource recommendations?