1

How should i deploy new versions of molecular services? The documentation explains well how to start them with moleculer-runner, but i can't find what is the proper way reload them without downtime.

azazdeaz
  • 113
  • 1
  • 6

1 Answers1

3

The zero-downtime updating is not part of the framework, it's a system admin/devops issue. I recommend using Kubernetes for deploying upgraded containers with zero-downtime: https://kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/

Icebob
  • 1,132
  • 7
  • 14