[Medium/Large Impact Change]: [Discussion] Implementation of changes in Configuration for determining what resources applications need
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3
- Forks
- 5
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 10
Description
Description
We need to define:
- What resources each application needs, this includes memory, cores, disk, NIC, etc.
- How this should be defined in configuration? In first instance, we will want still to be tied into using the same host (so we do not attempt to do too much at once), and we can revisit this with Custom Resource Definitions (CRDs) in k8s.
- How this can be mapped into the BootRequest objects.
Related issues and PRs
N/A yet!
Impact radius
Large
Impact on developers and users
The payload associated with a BootRequest will need to include additional metadata including e.g. pod mounts, CPU requirement, etc.
Useful coordination
This will initially be a discussion on how this should be implemented, and then will scale out to the WGs to implement the requested changes
Testing suggestions and/or changes needed in testing
When running the k8s PM with HW configs, they should work
Anything else?
Notes brief, they need expanding
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the BootRequest objects and the Kubernetes process manager's hardware configuration path. Define how memory, cores, disk, NICs, and pod mounts are represented in configuration and mapped into BootRequest metadata. Done means the design is agreed with the working groups and Kubernetes PM runs with hardware configurations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, python
- Domain
- backend-api-design, infrastructure
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100