Giter Club home page Giter Club logo

Comments (3)

Beeze avatar Beeze commented on August 14, 2024

If we work together to figure this out, I'm happy to contribute docs to the readme for this 😄

from knests.

tudorconstantin avatar tudorconstantin commented on August 14, 2024

Hi @Beeze,

I didn't had the necessary time lately to work on extra projects unfortunately.

There are in fact more choices on how to host this:

  • without using anything docker (use nginx as a web server to serve the static files generated by the app in the client/ folder, then configure and start the server using pm2)
  • using docker swarm - this might work out-of-the-box right now, once you have a docker installation in swarm mode on some server (which is as easy as docker swarm init), by replacing the docker-compose up ... with docker stack deploy .... I have a few apps deployed using docker swarm and I am quite happy with them
  • I added K8s on the roadmap, because it seems to be what the industry prefers so I thought it would be helpful to have some exposure to it, even though it's more complicated, more expensive and much difficult to debug (without extensive training on kubernetes).

I think the best way to implement the k8s deployment, would be using helm charts. This one over here seems to be a good starting point.

Please let me know if I can assist you further, but also please be aware that the more complex the issue is, the more it might take me to investigate and resolve it (since I don't have that much free time in the next few months)

from knests.

Beeze avatar Beeze commented on August 14, 2024

thanks for following up @tudorconstantin, I'll try out docker swarm and see how it works! will follow up

from knests.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.