m3ngyang / paddle-on-k8s-operator

Kubernetes operator for managing the lifecycle of PaddlePaddle job.

Home Page:http://paddlepaddle.org/en

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paddle-on-k8s-operator

Get Started

We use dep for dependency management, to compile the project:

dep ensure -v

cd ./cmd/operator

CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build

./operator -kubeconfig ~/.kube/config -autoclean

You can have a quick start by using example/examplejob.yaml.

You can also try to use new gang-scheduling mode to schedule your trainingjob, first you can follow this link to start up the kube-batch in helm, and then try example/examplejob_with_kube_batch.yaml.

License

paddle-on-k8s-operator is under the Apache-2.0 license.

About

Kubernetes operator for managing the lifecycle of PaddlePaddle job.

http://paddlepaddle.org/en

License:Apache License 2.0


Languages

Language:Go 94.8%Language:Python 3.2%Language:Shell 1.9%Language:Dockerfile 0.1%