Host my own runner for my own building block definitions
Jelle den Burger
I am a platform engineer working at a large organization. I currently use the shared runner provided by meshStack to run my building blocks, which is also used by other platform teams.
I would rather run my own runner infrastructure and register it with meshStack. This could work similarly to how GitHub does it with their GH Action Runners
Update:
Please note that private runners operated by meshcloud are available as a solution to have runners in a private networking configuration.
See https://docs.meshcloud.io/meshstack.building-blocks.private-runners for more details.
However, it is currently not possible to
self-host the runner on your own without support by meshcloud as we have not made the necessary APIs available yet
have separate runners for separate platform teams as requested in this feature request. Runners are currently shared between all building block definitions in a meshStack
J
Johannes Rudolph
Please note that private runners operated by meshcloud are available as a solution to have runners in a private networking configuration.
See https://docs.meshcloud.io/meshstack.building-blocks.private-runners for more details.
However, it is currently not possible to
- self-host the runner on your own without support by meshcloud as we have not made the necessary APIs available yet
- have separate runners for separate platform teams as requested in this feature request. Runners are currently shared between all building block definitions in a meshStack
We are looking at both of these features for this request, since self-hosting is a necessary pre-requisite for enabling separate platform teams to each have their own runners.