From b20ddf33230786065b81674437011bf6de3678af Mon Sep 17 00:00:00 2001 From: Arushi Shukla Date: Thu, 11 Nov 2021 21:14:40 +0530 Subject: [PATCH 1/2] Project devtron added --- docs/cicd.md | 1 + docs/devops.md | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/docs/cicd.md b/docs/cicd.md index fc3c1e5a..90710322 100644 --- a/docs/cicd.md +++ b/docs/cicd.md @@ -116,6 +116,7 @@ Here are some important things to consider while building a CI/CD pipeline: ## CI/CD with Kubernetes * [blog.sonatype.com: Achieving CI and CD With Kubernetes 🌟](https://blog.sonatype.com/achieving-ci/cd-with-kubernetes) +* [Devtron Labs: Devtron provides a 'seamless,’ 'implementation agnostic uniform interface' across Kubernetes Life Cycle integrated with most Opensource and commercial tools](https://devtron.ai/) * [thenewstack.io: 7 features that make kubernetes ideal for CI/CD](https://thenewstack.io/7-features-that-make-kubernetes-ideal-for-ci-cd/) * [thenewstack.io: CI/CD with kubernetes 🌟](https://thenewstack.io/ebooks/kubernetes/ci-cd-with-kubernetes/) diff --git a/docs/devops.md b/docs/devops.md index cbe7b0a4..1cedf1a6 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -15,6 +15,7 @@ - [keptn slides and videos](#keptn-slides-and-videos) - [Puppet](#puppet) - [Relay](#relay) + - [Devtron Labs](#devtron) - [Netflix and DevOps](#netflix-and-devops) - [Public Cloud DevOps](#public-cloud-devops) - [AWS DevOps](#aws-devops) @@ -272,6 +273,11 @@ - Automation tools can learn a lot from the CI/CD and Serverless ecosystems. Relay by **PuppetLabs** leverages **Tekton** and **Knative** in an attempt to do just that. - [zdnet.com: Puppet introduces beta of cloud-native, event-driven DevOps program: Relay](https://www.zdnet.com/article/puppet-introduces-beta-of-cloud-native-event-driven-devops-program-relay/#ftag=RSSbaffb68) The open-source wants to expand DevOps to cover cloud and containers with its newest program. +### Devtron Labs +- [Devtron](https://github.com/devtron-labs/devtron) is an Open Source End-to-End Software Delivery workflow for Kubernetes. +- It leverages popular DevOps tools to provide a No-Code, ***Unified Heroku-like*** Experience for Kubernetes. +- Integrations happen with existing Open-source systems like argocd, Argo workflow, Clair, hibernator, grafana, Prometheus, envoy, and many others and add capabilities on top of them to enable self serve for developers and DevOps. + ## Netflix and DevOps * [Full Cycle Developers at Netflix — Operate What You Build](https://netflixtechblog.com/full-cycle-developers-at-netflix-a08c31f83249) * [Applying Netflix DevOps Patterns to Windows](https://netflixtechblog.com/applying-netflix-devops-patterns-to-windows-2a57f2dbbf79) From 9ed4806a63c6cd72990f2f6878acf6e280c19080 Mon Sep 17 00:00:00 2001 From: Arushi Shukla Date: Thu, 11 Nov 2021 21:30:41 +0530 Subject: [PATCH 2/2] devtron project added --- docs/devops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devops.md b/docs/devops.md index 1cedf1a6..0ab52390 100644 --- a/docs/devops.md +++ b/docs/devops.md @@ -15,7 +15,7 @@ - [keptn slides and videos](#keptn-slides-and-videos) - [Puppet](#puppet) - [Relay](#relay) - - [Devtron Labs](#devtron) + - [Devtron Labs](#devtron-labs) - [Netflix and DevOps](#netflix-and-devops) - [Public Cloud DevOps](#public-cloud-devops) - [AWS DevOps](#aws-devops)