Compare commits

...

5 Commits

Author SHA1 Message Date
Nik Paushkin 9bc8b60cc3
Merge a4301ddcdc into 027caf23dd 2023-11-01 01:10:00 -06:00
Marius Stanca 027caf23dd
Minor change for content 2023-10-30 22:03:28 +02:00
Marius Stanca 9da53e7be0
Add checkov 2023-10-30 22:01:50 +02:00
Marius Stanca 8b0633d891
Move Autometrics to the right section 2023-10-30 21:45:13 +02:00
Nik Paushkin a4301ddcdc
Add GitLab Pipelines by puzl.cloud 2023-10-28 15:17:01 +02:00
1 changed files with 10 additions and 3 deletions

View File

@ -34,6 +34,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Programming Languages](#programming-languages)
- [Chat and ChatOps](#chat-and-chatops)
- [Secret Management](#secret-management)
- [Security](#security)
- [Sharing](#sharing)
- [VPN](#vpn)
- [Resources](#resources)
@ -203,6 +204,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Github actions](https://github.com/features/actions) - GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD.
- [Kraken CI](https://kraken.ci/) - Modern CI/CD, open-source, on-premise system that is highly scalable and focused on testing.
- [Earthly](https://earthly.dev/) - Develop CI/CD pipelines locally and run them anywhere.
- [GitLab Pipelines by puzl.cloud](https://gitlab-pipelines.puzl.cloud) - Blazing-fast, cost-effective execution layer for GitLab CI/CD pipeline jobs, offering per-second billing and k8s API for runner management.
## Source Code Management
@ -271,7 +273,6 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Alerta](https://github.com/alerta/alerta) - Scalable, minimal configuration and visualization monitoring system.
- [Cabot](https://github.com/arachnys/cabot) - Self-hosted, easily-deployable monitoring and alerts service.
- [Amon](https://github.com/amonapp/amon) - Modern server monitoring platform.
- [Flapjack](https://flapjack.io/) - Monitoring notification routing + event processing system.
- [Icinga](https://icinga.com/) - Monitors availability and performance, gives you simple access to relevant data and raises alerts.
- [Monit](https://mmonit.com/monit/#home) - Managing and monitoring Unix systems.
- [Naemon](http://www.naemon.org/) - Fast, stable and innovative while giving you a clear view of the state of your network and applications.
@ -299,6 +300,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Influxdata](https://www.influxdata.com/) - Time series database.
- [Netdata](https://www.netdata.cloud/) - Instantly diagnose slowdowns and anomalies in your infrastructure.
- [Freeboard](https://github.com/Freeboard/freeboard) - Real-time dashboard builder for IOT and other web mashups.
- [Autometrics](https://autometrics.dev/) - An open source micro framework for observability.
- Logs Management
- [Anthracite](https://github.com/Dieterbe/anthracite) - An event/change logging/management app.
- [Graylog](https://github.com/Graylog2/graylog2-server) - Free and open source log management.
@ -312,7 +314,6 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Cachet](https://github.com/CachetHQ/Cachet) - Beautiful and powerful open source status page system.
- [StatusPal](https://statuspal.io/?utm_source=github.com&utm_medium=referral&utm_campaign=awesome-devops) - Communicate incidents and maintenance effectively with a beautiful hosted status page.
- [Instatus](https://instatus.com) - Quick and beautiful status page.
- [Autometrics](https://autometrics.dev/) - An open source micro framework for observability.
## Service Discovery & Service Mesh
@ -406,6 +407,12 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Infisical](https://github.com/Infisical/infisical) - Open source end-to-end encrypted secrets sync for teams and infrastructure.
- [Lade](https://github.com/zifeo/lade) - Automatically load secrets from your preferred vault as environment variables.
## Security
*Validating, lint and best practice in term of Security on code or infrastructure.*
- [checkov](https://github.com/bridgecrewio/checkov) - Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages.
## Sharing
*A collection of tools to help with sharing knowledge and telling the story.*
@ -441,7 +448,7 @@ as an academic project from University of Tsukuba, under the Apache License 2.0.
- [Hands-On Security in DevOps](https://www.packtpub.com/networking-and-servers/hands-security-devops)
- [Site Reliability Engineering](https://sre.google/sre-book/table-of-contents/)
- [The Site Reliability Workbook](https://sre.google/workbook/table-of-contents/)
- [Building Secure & Reliable Systems](https://static.googleusercontent.com/media/sre.google/ro//static/pdf/building_secure_and_reliable_systems.pdf)
- [Building Secure & Reliable Systems](https://google.github.io/building-secure-and-reliable-systems/raw/toc.html)
- [Infrastructure as Code: Managing Servers in the Cloud](http://shop.oreilly.com/product/0636920039297.do)
- [The DevOps Handbook](https://www.oreilly.com/library/view/the-devops-handbook/9781457191381/)