Why we switched from Supervisor to Pebble for running our services
We recently completed a migration from supervisor to pebble on our production hosts.
In this article, we will share how we set it up, why we did so, and what we anticipate forward for our infrastructure moving forward.
At NNDI we build systems that typically run on Linux based operating systems, though we have also shipped Windows services as part of our Consulting Work. Most of our services are built with Go and so far we have taken advantage of Go’s ability to build single binaries to power our simple deployment pipeline which involves just taking the binary and putting it on the server.
[Read More]