Add 4 new tools in the list

This commit is contained in:
Marius Stanca 2022-01-28 16:42:21 +02:00
parent d2f42fe8a3
commit 00ded2cc71
No known key found for this signature in database
GPG Key ID: 3F18F3CF10AD6E8D

View File

@ -135,6 +135,7 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
- [Capistrano](https://capistranorb.com/) - A remote server automation and deployment tool. - [Capistrano](https://capistranorb.com/) - A remote server automation and deployment tool.
- [Mina](http://nadarei.co/mina/) - really fast deployer and server automation tool. - [Mina](http://nadarei.co/mina/) - really fast deployer and server automation tool.
- [Terraform](https://www.terraform.io/) - use Infrastructure as Code to provision and manage any cloud, infrastructure, or service. - [Terraform](https://www.terraform.io/) - use Infrastructure as Code to provision and manage any cloud, infrastructure, or service.
- [Pulumi](https://www.pulumi.com/) - modern infrastructure as code platform that allows you to use familiar programming languages and tools to build, deploy, and manage cloud infrastructure.
- [Packer](https://www.packer.io/) - build Automated Machine Images. - [Packer](https://www.packer.io/) - build Automated Machine Images.
- [Vagrant](https://www.vagrantup.com/) - Development Environments Made Easy. - [Vagrant](https://www.vagrantup.com/) - Development Environments Made Easy.
- [Foreman](https://theforeman.org/) - complete lifecycle management tool for physical and virtual servers. - [Foreman](https://theforeman.org/) - complete lifecycle management tool for physical and virtual servers.
@ -144,7 +145,8 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
- [OctoDNS](https://github.com/github/octodns) - managing DNS across multiple providers. DNS as code. - [OctoDNS](https://github.com/github/octodns) - managing DNS across multiple providers. DNS as code.
- [ManageIQ](https://www.manageiq.org/) - Manage containers, virtual machines, networks, and storage from a single platform. - [ManageIQ](https://www.manageiq.org/) - Manage containers, virtual machines, networks, and storage from a single platform.
- [Ignite](https://github.com/weaveworks/ignite) - Open Source Virtual Machine (VM) manager with a container UX and built-in GitOps management. - [Ignite](https://github.com/weaveworks/ignite) - Open Source Virtual Machine (VM) manager with a container UX and built-in GitOps management.
- [Spacelift](https://spacelift.io/) - Flexible orchestration solution for IaC development - [Spacelift](https://spacelift.io/) - Flexible orchestration solution for IaC development.
- [Atlantis](https://www.runatlantis.io/) - Terraform Pull Request Automation.
## Continuous Integration & Delivery ## Continuous Integration & Delivery
@ -274,6 +276,7 @@ A curated list of awesome DevOps tools, technologies, platforms and resources. T
- [Flume](https://flume.apache.org/) - distributed, reliable, and available service for efficiently collecting, aggregating, and moving logs. - [Flume](https://flume.apache.org/) - distributed, reliable, and available service for efficiently collecting, aggregating, and moving logs.
- [Heka](https://hekad.readthedocs.io/en/latest/#) - stream processing software system. - [Heka](https://hekad.readthedocs.io/en/latest/#) - stream processing software system.
- [Kibana](https://www.elastic.co/products/kibana) - explore, visualize, discover data. - [Kibana](https://www.elastic.co/products/kibana) - explore, visualize, discover data.
- [Loki](https://github.com/grafana/loki) - horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus.
- Status - Status
- [Cachet](https://github.com/CachetHQ/Cachet) - beautiful and powerful open source status page system. - [Cachet](https://github.com/CachetHQ/Cachet) - beautiful and powerful open source status page system.