ironcore-dev / ironcore-dev/FeOS

Add grpc endpoint to provide Container information

Open
#59 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area/operatingsystem enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.