Volcano High Perforamnce Workloads
Introduction volcano is a kubernets-based container batch engine for high-performance workload scenarios. Application scenarios: machine learning and deep learning biological and genetic computing big data applications Concepts Queue Queue holding a set of podgroups apiVersion: scheduling.volcano.sh/v1beta1 kind: Queue metadata: name: distcc spec: weight: 1 reclaimable: false capability: cpu: 50 field: weight -> The proportion of the queue in the cluster resource division, the proportion of resources occupied by the queue is: (weight / total-weight) * total-resource, soft resource constraint. ...