mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Keepalived and PM2
This commit is contained in:
parent
984640c366
commit
3c110127b3
1 changed files with 4 additions and 2 deletions
|
@ -260,6 +260,7 @@ A curated list of Microservice Architecture related principles and technologies.
|
|||
- [Camel](http://camel.apache.org/) - Empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based fluent API, Spring or Blueprint XML configuration files, and a Scala DSL.
|
||||
- [Fabio](https://github.com/eBay/fabio) - A fast, modern, zero-conf load balancing HTTP/S router for deploying microservices managed by Consul.
|
||||
- [HAProxy](http://www.haproxy.org/) - Reliable, high Performance TCP/HTTP load balancer.
|
||||
- [Keepalived](http://www.keepalived.org/) - Simple and robust facilities for loadbalancing and high-availability to Linux system and Linux based infrastructures.
|
||||
- [Kong](https://getkong.org/) - Open source management layer for APIs.
|
||||
- [Neutrino](https://github.com/eBay/Neutrino) - Extensible software load balancer.
|
||||
- [OpenResty](http://openresty.org/) - Fast web application server built on top of Nginx.
|
||||
|
@ -427,7 +428,7 @@ Graphite, InfluxDB & OpenTSDB.
|
|||
|
||||
### Logging
|
||||
|
||||
- [Bunyan](https://github.com/trentm/node-bunyan) - Simple and fast JSON logging library for node.js services.
|
||||
- [Bunyan](https://github.com/trentm/node-bunyan) - Simple and fast JSON logging library for Node.js services.
|
||||
- [Fluentd](http://www.fluentd.org/) - Open source data collector for unified logging layer.
|
||||
- [Graylog](https://www.graylog.org/) - Fully integrated open source log management platform.
|
||||
- [Kibana](https://www.elastic.co/products/kibana) - Flexible analytics and visualization platform.
|
||||
|
@ -440,6 +441,7 @@ Graphite, InfluxDB & OpenTSDB.
|
|||
- [Chef](https://www.chef.io/chef/) - Automate how you build, deploy, and manage your infrastructure.
|
||||
- [Helios](https://github.com/spotify/helios) - Docker container orchestration platform.
|
||||
- [Packer](https://www.packer.io/) - Tool for creating identical machine images for multiple platforms from a single source configuration.
|
||||
- [PM2](https://github.com/Unitech/pm2) - Production process manager for Node.js apps with a built-in load balancer.
|
||||
- [Puppet](https://puppetlabs.com/) - From provisioning bare metal & launching containers to new ways to manage infrastructure as code.
|
||||
- [Salt](https://github.com/saltstack/salt) - Infrastructure automation and management system.
|
||||
- [Terraform](https://www.terraform.io/) - Provides a common configuration to launch infrastructure, from physical and virtual servers to email and DNS providers.
|
||||
|
@ -642,7 +644,7 @@ a strategic modeling approach. :small_orange_diamond:<sup>PDF</sup>
|
|||
|
||||
- [Microservices Resource Guide](http://martinfowler.com/microservices/) - Martin Fowler's choice of articles, videos, books, and podcasts that can teach you more about the microservices architectural style.
|
||||
- [Microservice Patterns](http://microservices.io/) - Microservice architecture patterns and best practices.
|
||||
- [Microservice AntiPatterns And Pitfalls](https://www.oreilly.com/ideas/microservices-antipatterns-and-pitfalls) - Microservice mostly known antipatterns and pitfalls.
|
||||
- [Microservice Antipatterns and Pitfalls](https://www.oreilly.com/ideas/microservices-antipatterns-and-pitfalls) - Microservice mostly known antipatterns and pitfalls.
|
||||
- [The 12-Factors App](http://12factor.net) - A methodology for building software-as-a-service applications.
|
||||
|
||||
## Emerging Technologies
|
||||
|
|
Loading…
Reference in a new issue