|
|
|
|
|
by samsquire
1314 days ago
|
|
I used Vagrant-LXC at my employer. I wrote a tool to coordinate Vagrant-LXC projects. We had over 20 Microservices that were deployed with Chef or ansible and I used a python script to coordinate the deployment of them locally. I began writing an open source version on GitHub https://GitHub.com/samsquire/platform-up The idea is it detects if it needs to redeploy based on file changes so it's fast to run if there are few changes. You can also deploy your entire infrastructure locally with this approach. I even had load balancing with haproxy working properly with it at my employer. |
|