#Question of curiosity: is it possible
1 messages ยท Page 1 of 1 (latest)
I am not sure, but I saw that kyle had a version of this where he returned a proxy as a service which exposed multiple services https://github.com/kpenfound/greetings-api/blob/main/ci/main.go#L43
@summer trout this repo is gold, every problem I have has an example in here ๐
Yeah I think that's the way forward.
Maybe we need a reference proxy module, that is as reusable and clean as possible
The downside is that it won't be usable from the CLI directory though, in the same way as up
Yeah definitely feels like stdlib material
Another one I always need: multi-process in the same container.......
This proxy module looks super cool!
I was also thinking about this the other day since I needed to test something from the k8s world that required both processes to live withing the same network namespace. I guess that this module would have to spawn either a wrapper script or a tiny supervisor and execute both processes with the same container, correct?
yes IMO pick a supervisor that is light and easy to instrument with code, and just standardize on it ๐