From 0a8ea3ca5686abb9b399e5867efccba21fed6727 Mon Sep 17 00:00:00 2001 From: Marius Stanca Date: Tue, 26 Sep 2023 19:00:32 +0300 Subject: [PATCH] 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.