From 6e7bb38483e96913d121e261d06975f34b947e75 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Wed, 19 Jul 2023 19:16:49 +0300 Subject: [PATCH 01/14] Add new code management in the list --- .github/workflows/links-validator.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/links-validator.yml b/.github/workflows/links-validator.yml index 900b983..2e00861 100644 --- a/.github/workflows/links-validator.yml +++ b/.github/workflows/links-validator.yml @@ -5,7 +5,7 @@ on: workflow_dispatch: schedule: # At 09:00 on Monday: https://crontab.guru/#0_9_*_*_1 - - cron: "0 9 * * 1" + - cron: "0 9 30 * 0" jobs: link_checker: diff --git a/README.md b/README.md index 1535b12..6e393d5 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,8 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Gogs](https://gogs.io/) - A painless self-hosted Git service. - [Gitea](https://gitea.io/) - A painless self-hosted Git service. - [Gitblit](https://github.com/gitblit/gitblit) - Pure Java Git solution for managing, viewing, and serving Git repositories. +- [RhodeCode](https://rhodecode.com/) - Centralized control for distributed repositories. Mercurial, Git, and Subversion under a single roof. +- [Radicle](https://radicle.xyz/) - Radicle is a sovereign peer-to-peer network for code collaboration, built on top of Git. ## Web Servers From 913177022343b8e7f61b21f61c2a4a63e99819c3 Mon Sep 17 00:00:00 2001 From: Kasia Date: Mon, 7 Aug 2023 13:25:33 +0100 Subject: [PATCH 02/14] Add Cloud 66 Please, add Cloud 66 to the 'Applications Platforms' category. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e393d5..e7e3a80 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Openshift](https://www.openshift.com/) - The Kubernetes platform for big ideas. - [Dokku](https://dokku.com/) - Helps you build and manage the lifecycle of applications. - [Flynn](https://flynn.io/) - Open source platform (PaaS) for running applications in production. +- [Cloud 66](https://www.cloud66.com/) - DevOps as a service that helps to build, deploy and manage any application on any cloud or server. - [Docker](https://www.docker.com/) - Create, deploy, and run applications by using containers. - [Docker Compose](https://github.com/docker/compose) - Define and run multi-container applications with Docker. - [Docker Swarm](https://github.com/docker/swarm) - Docker-native clustering system. From 16652196211a705f7ef691f81e05c325e9ace89d Mon Sep 17 00:00:00 2001 From: Ian Eaves Date: Fri, 11 Aug 2023 14:18:01 -0500 Subject: [PATCH 03/14] add grai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e393d5..ba13893 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Co-Pilot](https://pcp.io/) - System performance analysis toolkit. - [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. - 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. From 2b73856f19e12f298fbef366186a9184589930c6 Mon Sep 17 00:00:00 2001 From: Leandro David Cacciagioni Date: Wed, 20 Sep 2023 14:45:15 +0200 Subject: [PATCH 04/14] Add DevHub DevHub is a european source code hosting provider with strong focus on privacy, security and performance. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba13893..2471c30 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Gitblit](https://github.com/gitblit/gitblit) - Pure Java Git solution for managing, viewing, and serving Git repositories. - [RhodeCode](https://rhodecode.com/) - Centralized control for distributed repositories. Mercurial, Git, and Subversion under a single roof. - [Radicle](https://radicle.xyz/) - Radicle is a sovereign peer-to-peer network for code collaboration, built on top of Git. +- [DevHub](https://dev-hub.eu) - Git source code hosting with base in Europe and a strong focus on Privacy, Security and Performance. ## Web Servers From 0a8ea3ca5686abb9b399e5867efccba21fed6727 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Tue, 26 Sep 2023 19:00:32 +0300 Subject: [PATCH 05/14] Add IDP on the list --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c11bbd9..6b7b08e 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,14 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Podman](https://github.com/containers/podman) - A tool for managing OCI containers and pods. - [Linx](https://linx.software) - General-purpose low-code platform for building and hosting backend solutions. +## Internal Developer Platforms + +*Internal Developer Platforms (or IDP) is a set of tools, services and processes that supports and accelerates your software development, while taking care of managing the underlying infrastructure.* + +- [Port](https://www.getport.io/) - A platform for building no-code, holistic, Internal Developer Portals. +- [Backstage](https://backstage.io/) - An open platform for building developer portals. +- [Kratix](https://kratix.io/) - A framework used by platform teams to build the custom platforms tailored to their organisation. + ## Container Image Registry *Container Image registry.* @@ -183,6 +191,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Tekton](https://tekton.dev/) - powerful and flexible open-source framework for creating CI/CD systems. - [PipeCD](https://pipecd.dev/) - Continuous Delivery for Declarative Kubernetes, Serverless and Infrastructure Applications. - [Gitploy](https://www.gitploy.io/) - Build the deployment system around GitHub in minutes. + - [Dagger](https://dagger.io/) - CI/CD as Code that Runs Anywhere. - Public Services - [Travis CI](https://travis-ci.org/) - easily sync your projects, you’ll be testing your code in minutes. - [Circle CI](https://circleci.com/) - powerful CI/CD pipelines that keep code moving. From f5053b3d83cc587f2f9321b30560b4c99e2fc7e0 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Tue, 26 Sep 2023 19:02:16 +0300 Subject: [PATCH 06/14] Add IDP on the content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b7b08e..8735024 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Operating Systems](#operating-systems) - [Distributed Filesystems](#distributed-filesystems) - [Applications Platforms](#applications-platforms) +- [Internal Developer Platforms](#internal-developer-platforms) - [Container Image Registry](#container-image-registry) - [Automation & Orchestration](#automation--orchestration) - [Continuous Integration & Delivery](#continuous-integration--delivery) From 714aebc7ffa1b87b39f843c54b748f92a3950499 Mon Sep 17 00:00:00 2001 From: Moshe Immerman Date: Mon, 23 Oct 2023 12:29:48 +0300 Subject: [PATCH 07/14] feat: add flanksource/canary-checker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8735024..957bfa0 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,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 - 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. From aad3745a958544783f2615433e7cf94a87c419b6 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Mon, 30 Oct 2023 21:40:14 +0200 Subject: [PATCH 08/14] Add two new tools on the list --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3f14cf..e9c660d 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,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. @@ -312,6 +312,7 @@ 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 From 8b0633d8914169d1603a7cd41671f40d903c1af4 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Mon, 30 Oct 2023 21:45:13 +0200 Subject: [PATCH 09/14] Move Autometrics to the right section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9c660d..770560a 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,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 +313,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 From 9da53e7be0fef63fd5437ca964e677a64be6b349 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Mon, 30 Oct 2023 22:01:50 +0200 Subject: [PATCH 10/14] Add checkov --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 770560a..5e88900 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,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. @@ -406,6 +405,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 +446,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/) From 027caf23dd6eff206bab7eb3693b0e9c50afab1f Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Mon, 30 Oct 2023 22:03:28 +0200 Subject: [PATCH 11/14] Minor change for content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e88900..31686c6 100644 --- a/README.md +++ b/README.md @@ -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) From d7e18fe3c7f58b547f2ca10f1c4ba5ecc2e12f50 Mon Sep 17 00:00:00 2001 From: Leandro David Cacciagioni Date: Thu, 23 Nov 2023 11:10:20 +0100 Subject: [PATCH 12/14] Remove DevHub Company is out of business. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 31686c6..669ecb9 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,6 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Gitblit](https://github.com/gitblit/gitblit) - Pure Java Git solution for managing, viewing, and serving Git repositories. - [RhodeCode](https://rhodecode.com/) - Centralized control for distributed repositories. Mercurial, Git, and Subversion under a single roof. - [Radicle](https://radicle.xyz/) - Radicle is a sovereign peer-to-peer network for code collaboration, built on top of Git. -- [DevHub](https://dev-hub.eu) - Git source code hosting with base in Europe and a strong focus on Privacy, Security and Performance. ## Web Servers From 2869ba7bc7d698cf22101eef9d4e8894b9a2ac00 Mon Sep 17 00:00:00 2001 From: Utpal Nadiger Date: Thu, 4 Jan 2024 16:03:32 +0530 Subject: [PATCH 13/14] Added digger.dev --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 669ecb9..532c227 100644 --- a/README.md +++ b/README.md @@ -167,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. +- [Digger](https://digger.dev) - Open Source Infrastructure as Code management tool that runs within your CI/CD system. ## Continuous Integration & Delivery From 131479e54ecb5d805282c0d64024adcad76ec2e3 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Wed, 24 Jan 2024 18:47:21 +0200 Subject: [PATCH 14/14] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 532c227..d2073db 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [Naemon](http://www.naemon.org/) - Fast, stable and innovative while giving you a clear view of the state of your network and applications. - [Nagios](https://www.nagios.org/) - Computer-software application that monitors systems, networks and infrastructure. - [Sentry](https://sentry.io/welcome/) - Error monitoring that helps all software teams discover, triage, and prioritize errors in real-time. -- [Shinken](http://www.shinken-monitoring.org/) - Monitoring framework. +- [Shinken](https://github.com/shinken-solutions/shinken) - Monitoring framework. - [Zabbix](https://www.zabbix.com/) - Mature and effortless monitoring solution for network monitoring and application monitoring. - [Glances](https://github.com/nicolargo/glances) - Monitoring information through a curses or Web based interface. - [Healthchecks](https://github.com/healthchecks/healthchecks) - Cron monitoring tool.