https://github.com/converged-computing/kubernetes-jobs
Small database of Kubernetes job files, and associated job descriptive metadata understanding
https://github.com/converged-computing/kubernetes-jobs
Last synced: 5 months ago
JSON representation
Small database of Kubernetes job files, and associated job descriptive metadata understanding
- Host: GitHub
- URL: https://github.com/converged-computing/kubernetes-jobs
- Owner: converged-computing
- License: mit
- Created: 2024-10-27T11:28:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T12:54:17.000Z (over 1 year ago)
- Last Synced: 2025-09-10T05:36:55.143Z (9 months ago)
- Language: Python
- Size: 44.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Extended Job Database
This is an extended job database, where we have the following subprojects:
- [kubernetes](kubernetes): Generate a dataset of Kubernetes Job abstractions (and jobset too, TODO)
- [issues](issues): We want to understand what features for workload managers people are asking for (and not getting) so possibly we can parse the GitHub issues boards and do something with that data. This is the data.
- [manual](manual): I am going to carefully go through the abstractions for Jobs in Kubernetes, and come up with a list of things I think Kubernetes can support (and HPC cannot).
## License
HPCIC DevTools is distributed under the terms of the MIT license.
All new contributions must be made under this license.
See [LICENSE](https://github.com/converged-computing/cloud-select/blob/main/LICENSE),
[COPYRIGHT](https://github.com/converged-computing/cloud-select/blob/main/COPYRIGHT), and
[NOTICE](https://github.com/converged-computing/cloud-select/blob/main/NOTICE) for details.
SPDX-License-Identifier: (MIT)
LLNL-CODE- 842614