Page MenuHomePhabricator

jobs-api, jobs-cli: investigate shell / exec into jobs-api containers
Open, Needs TriagePublic

Description

if webservice-cli this is currently being achieved by spinning up a disposable container based on same image and calling kubectl exec under the hood.

If we want a full webservice-cli experience in jobs-api, we should probably investigate if we can make this to work in jobs-api/jobs-cli.