https://github.com/baidu/paddle-on-k8s-operator
Kubernetes operator for managing the lifecycle of PaddlePaddle job.
https://github.com/baidu/paddle-on-k8s-operator
Last synced: 4 days ago
JSON representation
Kubernetes operator for managing the lifecycle of PaddlePaddle job.
- Host: GitHub
- URL: https://github.com/baidu/paddle-on-k8s-operator
- Owner: baidu
- License: apache-2.0
- Created: 2018-09-25T07:16:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T11:13:32.000Z (over 5 years ago)
- Last Synced: 2024-06-20T14:17:51.426Z (over 1 year ago)
- Language: Go
- Homepage: https://www.paddlepaddle.org.cn/
- Size: 135 KB
- Stars: 24
- Watchers: 11
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# paddle-on-k8s-operator
## Prerequisites
* Kubernetes Version 1.8+.
Paddle on Kubernetes Operator relies on CRD and garbage collection which are supported in Kubernetes 1.8+.
## Get Started
For operator installation and usage, please checkout [Quick Start Guide](docs/quick-start-guide.md).
For detailed information of how to use operator, please check out [User Guide](docs/user-guide.md).
For detailed design documentation, please check out [Design](docs/design.md).
For detailed api specifications, please check out [Api](docs/api.md).
## Overview
The Paddle Operator tries to run PaddlePaddle training job as native as other workloads on Kubernetes. It relies on CRD for specifying the PaddlePaddle training job.
## Contributing
For contributing to this project, please check out [CONTRIBUTING](CONTRIBUTING.md) first, then check out [Developer Guide](docs/developer-guide.md).
## License
paddle-on-k8s-operator is under the [Apache-2.0 license](LICENSE).