Skip to content

Commit ef6c551

Browse files
committed
Incorporated PM Feedback
1 parent 3587c79 commit ef6c551

File tree

5 files changed

+19
-14
lines changed

5 files changed

+19
-14
lines changed

README.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Note: We have restructured the readme. If you are looking for Devtron's CI/CD ca
77
<source media="(prefers-color-scheme: light)" srcset="./assets/devtron-lightmode-logo.png">
88
<img width="333.333" height="260" src="./assets/devtron-logo-dark-light.png">
99
</picture>
10-
<h1 align= "center">Kubernetes Dashboard for a Centralized DevOps Hub</h1>
10+
<h1 align= "center">The Kubernetes Platform That Eliminates Operational Chaos</h1>
1111
</p>
1212

1313
<p align="center">
@@ -168,26 +168,31 @@ helm install devtron devtron/devtron-operator --namespace devtroncd \
168168

169169
Here are the components that Devtron uses internally as part of its own architecture:
170170

171-
| Logo | Tool | Purpose | GitHub Repository |
172-
| -------- | -------- | ---------- | ------------------- |
173-
| <img src="./assets/readme-logos/clair.jpg" width="64px"> | **Clair** | Vulnerability Static Analysis for Containers | [Link](https://github.com/quay/clair) |
174-
| <img src="./assets/readme-logos/trivy.jpg" width="64px"> | **Trivy** | Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more | [Link](https://github.com/aquasecurity/trivy) |
175-
| <img src="./assets/readme-logos/nats.jpg" width="64px"> | **NATS** | High-Performance server for NATS.io, the cloud and edge native messaging system. | [Link](https://github.com/nats-io/nats-server) |
176-
| <img src="./assets/readme-logos/helm.jpg" width="64px"> | **Helm** | Kubernetes package manager | [Link](https://github.com/helm/helm) |
171+
| Logo | Tool | Purpose | GitHub Repository | License |
172+
| -------- | -------- | ---------- | ------------------- | ------- |
173+
| <img src="./assets/readme-logos/kubernetes.jpg" width="64px"> | **Kubernetes** | Container orchestration foundation powering Devtron | [Repo Link](https://github.com/kubernetes/kubernetes) | [License Link](https://github.com/kubernetes/kubernetes/blob/master/LICENSE) |
174+
| <img src="./assets/readme-logos/golang.jpg" width="64px"> | **Golang** | Programming language used to build Devtron | [Repo Link](https://github.com/golang/go) | [License Link](https://github.com/golang/go/blob/master/LICENSE) |
175+
| <img src="./assets/readme-logos/helm.jpg" width="64px"> | **Helm** | Kubernetes package manager | [Repo Link](https://github.com/helm/helm) | [License Link](https://github.com/helm/helm/blob/main/LICENSE) |
176+
| <img src="./assets/readme-logos/trivy.jpg" width="64px"> | **Trivy** | Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more | [Repo Link](https://github.com/aquasecurity/trivy) | [License Link](https://github.com/aquasecurity/trivy/blob/main/LICENSE) |
177+
| <img src="./assets/readme-logos/nats.jpg" width="64px"> | **NATS** | High-performance server for NATS.io, the cloud and edge native messaging system | [Repo Link](https://github.com/nats-io/nats-server) | [License Link](https://github.com/nats-io/nats-server/blob/main/LICENSE) |
178+
| <img src="./assets/readme-logos/dex.jpg" width="64px"> | **Dex** | Identity service used for authentication (SSO) | [Repo Link](https://github.com/dexidp/dex) | [License Link](https://github.com/dexidp/dex/blob/master/LICENSE) |
179+
| <img src="./assets/readme-logos/casbin.jpg" width="64px"> | **Casbin** | Access control library for authorization (RBAC) | [Repo Link](https://github.com/casbin/casbin) | [License Link](https://github.com/casbin/casbin/blob/master/LICENSE) |
180+
177181

178182
---
179183

180184
## External Components
181185

182186
Here are some of the optional components that Devtron supports:
183187

184-
| Logo | Tool | Purpose | GitHub Repository |
185-
| -------- | -------- | ---------- | ------------------- |
186-
| <img src="./assets/readme-logos/argo.jpg" width="64px"> | **Argo CD / Argo Workflows** | GitOps deployment and workflow automation | [Link](https://github.com/argoproj/argo-cd) |
187-
| <img src="./assets/readme-logos/keda.jpg" width="64px"> | **KEDA** | Event driven autoscaling for Kubernetes workloads | [Link](https://github.com/kedacore/keda) |
188-
| <img src="./assets/readme-logos/k8s_external_secrets.jpg" width="64px"> | **Kubernetes External Secrets** | Sync secrets from external secret stores | [Link](https://github.com/external-secrets/external-secrets) |
189-
| <img src="./assets/readme-logos/prometheus.jpg" width="64px"> | **Prometheus** | Metrics collection and alerting | [Link](https://github.com/prometheus/prometheus) |
190-
| <img src="./assets/readme-logos/grafana.jpg" width="64px"> | **Grafana** | Monitoring dashboards and visualization | [Link](https://github.com/grafana/grafana) |
188+
| Logo | Tool | Purpose |
189+
| -------- | -------- | ---------- |
190+
| <img src="./assets/readme-logos/argo.jpg" width="64px"> | [**Argo CD / Argo Workflows**](https://github.com/argoproj/argo-cd) | GitOps deployment and workflow automation |
191+
| <img src="./assets/readme-logos/clair.jpg" width="64px"> | [**Clair**](https://github.com/quay/clair) | Vulnerability Static Analysis for Containers |
192+
| <img src="./assets/readme-logos/keda.jpg" width="64px"> | [**KEDA**](https://github.com/kedacore/keda) | Event driven autoscaling for Kubernetes workloads |
193+
| <img src="./assets/readme-logos/k8s_external_secrets.jpg" width="64px"> | [**Kubernetes External Secrets**](https://github.com/external-secrets/external-secrets) | Sync secrets from external secret stores |
194+
| <img src="./assets/readme-logos/prometheus.jpg" width="64px"> | [**Prometheus**](https://github.com/prometheus/prometheus) | Metrics collection and alerting |
195+
| <img src="./assets/readme-logos/grafana.jpg" width="64px"> | [**Grafana**](https://github.com/grafana/grafana) | Monitoring dashboards and visualization |
191196

192197
---
193198

assets/readme-logos/casbin.jpg

29.6 KB
Loading

assets/readme-logos/dex.jpg

51.7 KB
Loading

assets/readme-logos/golang.jpg

83.6 KB
Loading

assets/readme-logos/kubernetes.jpg

445 KB
Loading

0 commit comments

Comments
 (0)