Skip to content

Running commands in sidecar containers #495

@AndreaGiardini

Description

@AndreaGiardini

Hey everyone

I've been trying to set up self hosted runners on our k8s infrastructure. The idea is to run tests for ML/AI code that is built on top of jupyter notebooks.

I managed to add a sidecar container to the runners with the image that we use to build our models. It exposes the notebook interface on localhost:8888. Now i'm trying to get the test running. The problem is that all the commands are run on the "runner" container and not on the "notebook" container.

Is there a way for the runner container to trigger commands on the sidecar container? I had a look in the README and issues but I haven't found much about it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions