ironcore-dev / ironcore-dev/FeOS
Add grpc endpoint to provide Container information
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 23
- Forks
- 8
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 1
Description
We have a grpc endpoint StateContainer that returns a UUID string.
Instead we should think about something like a GetContainer endpoint, similar to the GetVM endpoint, that provides information about a specific container - similar to docker inspect.
Same for isolated pods.
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 reading the existing StateContainer and GetVM gRPC endpoints to understand their API shapes and implementation boundaries. Compare the requested container information with the linked Docker inspect reference, then determine how the same API should cover isolated pods. Done means the endpoint design and implementation provide specific container information rather than only a UUID, with equivalent isolated-pod handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, rust
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100