Compare commits

...

7 Commits

Author SHA1 Message Date
Tejas Jamdade 5c06b0b6fa
Merge 27b58c0368 into 027caf23dd 2023-11-01 01:09:59 -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
Marius Stanca aad3745a95
Add two new tools on the list 2023-10-30 21:40:14 +02:00
PIIOT23FEB1530 27b58c0368 add: MeshMap
Signed-off-by: PIIOT23FEB1530 <jamdade.2@iitj.ac.in>
2023-06-17 03:13:31 +05:30
PIIOT23FEB1530 80b42b70fe add: Meshery
Signed-off-by: PIIOT23FEB1530 <jamdade.2@iitj.ac.in>
2023-06-17 03:09:35 +05:30
1 changed files with 12 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)
@ -166,6 +167,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [KubeVela](https://kubevela.io/) - Modern application delivery platform that makes deploying and operating applications across today's hybrid, multi-cloud environments easier, faster and more reliable.
- [Stacktape](https://stacktape.com) - Developer-friendly Infrastructure as a Code framework built on top of AWS.
- [Score](https://score.dev) - Open Source developer-centric and platform-agnostic workload specification.
- [Meshery](https://meshery.io/) - An open source, cloud native manager that enables the design and management of all Kubernetes-based infrastructure and applications.
## Continuous Integration & Delivery
@ -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.
@ -288,7 +289,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Keep](https://github.com/keephq/keep) - Open source alerting CLI for developers.
- [Globalping CLI](https://github.com/jsdelivr/globalping-cli) - Run network commands like ping, traceroute and mtr from hundreds of global locations.
- [Grai](https://github.com/grai-io/grai-core) - Open source observability integrating data impact analysis into CI.
- [Canary Checker](https://canarychecker.io) - Open source health check platform
- [Canary Checker](https://canarychecker.io) - Open source health check platform.
- Metrics/Metrics collection
- [Thundra Foresight](https://www.thundra.io/foresight) - Visibility into CI pipeline by spotting test failures in no time.
- [Prometheus](https://prometheus.io/) - Power your metrics and alerting with a leading open-source monitoring solution.
@ -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.
@ -356,6 +358,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in
- [Gerrit](https://www.gerritcodereview.com/) - Web-based team code collaboration tool.
- [Review Board](https://www.reviewboard.org/) - Web-based collaborative code review tool.
- [MeshMap](https://layer5.io/cloud-native-management/meshmap) - Worlds only visual designer for Kubernetes and cloud native applications. Design, deploy, and manage your Kubernetes-based, cloud native deployments allowing you to speed up infrastructure configuration.
## Distributed messaging
@ -405,6 +408,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.*
@ -440,7 +449,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/)