3
watzon
7y

So this week should be interesting. I am working on a (potentially) very large project for my current client and need to build a service that somewhat replicates the functionality of heroku (in that it needs to be able to load an app built in one of several languages, and spin it up in a docker container).

Unlike Heroku, however, each application also needs to be able to have a list of public and private (internal only) API routes listed and be able to dynamically route requests to the correct routes on in those containers. (Sorry if this is confusing)

Does this sound challenging and amazing? Absolutely! Do I think I may be in over my head? Yes, yes I do.

Has anyone ever built or worked with something similar?

Comments
  • 1
    @rc5-asdf I have, doesn’t work for this use case though. Dokku is nice, but it doesn’t have everything that I need
Add Comment