简体   繁体   中英

How to control numbers of container running inside Job on kubernetes

I've one Job that has 500 containers, each container run a different file. But I'm try to execute 10 containers by time, but the parallelism is for the pod and not the containers.

Is there any way to control the parallelism in containers levels?

Pods are the smallest deployable units of computing that you can create and manage in Kubernetes.

So, the answer is no.

https://kubernetes.io/docs/concepts/workloads/pods/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM