oasisprotocol / oasisprotocol/oasis-core

can kubernetes run a container and exec something?

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

Nobody has claimed this yet.

c:testing
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

Open the contributing guide

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.