oasisprotocol / oasisprotocol/oasis-core
can kubernetes run a container and exec something?
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 369
- Forks
- 151
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 6
Description
we have these deployment images in the testnet where the entrypoint is a service manager, and we would typically use docker exec to start a program (these images are built from https://hub.docker.com/r/tozd/sgx/). see if kubernetes can do that.
if it can't, then we would have to create further derived images that add the program we want as a service, which would result in many images.
Contributor guide
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 checking Kubernetes support for executing a command in a running container, using the deployment images built from tozd/sgx/ as the context. Determine whether the service-manager entrypoint can launch the required program without creating derived images; document the capability and any limitations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, kubernetes
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100