KubeOps TaskQueue is a Kubernetes controller that manages a queue of tasks. It is designed to be used task processing system by mainting a queue with max concurrent task at a time.
You can deploy TaskQueue using Helm chart found here.
helm repo add appscode https://charts.appscode.com/stable/
helm repo update
helm install taskqueue appscode/taskqueue