8

GitHub - devtron-labs/devtron: Software Delivery Workflow For Kubernetes

 3 years ago
source link: https://github.com/devtron-labs/devtron
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

logo.png

Devtron is an open source software delivery workflow for kubernetes written in go.
Explore documentation »

Website · Blog · Join Discord · Twitter

book Menu

bulb Why Devtron?

It is designed as a self-serve platform for operationalizing and maintaining applications (AppOps) on kubernetes in a developer friendly way.

tada Features

Zero code software delivery workflow
Multi cloud deployment
Easy dev-sec-ops integration
Application debugging dashboard
Enterprise grade security and compliances
Gitops aware
Operational insights

rocket Getting Started

Quick installation with default settings

This installation will use Minio for storing build logs and cache. Please make sure to edit the POSTGRESQL_PASSWORD value.

helm repo add devtron https://helm.devtron.ai
helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd \
--set secrets.POSTGRESQL_PASSWORD=change-me

For detailed instructions and other options, check out devtron installation documentation

key Access Devtron dashboard

By default Devtron creates a loadbalancer. Use the following command to get the dashboard url.

kubectl get svc -n devtroncd devtron-service -o jsonpath='{.status.loadBalancer.ingress}'

Devtron Admin credentials

For admin login use username:admin and for password run the following command.

kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ACD_PASSWORD}' | base64 -d

Using devtron

memo Compatibility notes

  • It uses modified version of argo rollout
  • Application metrics only works for k8s 1.16+

busts_in_silhouette Community

Get updates on Devtron's development and chat with the project maintainers, contributors and community members.

handshake Contribute

Check out our contributing guidelines. Included are directions for opening issues, coding standards, and notes on our development processes.

beetle Vulnerability Reporting

We at Devtron take security and our users' trust very seriously. If you believe you have found a security issue in Devtron, please responsibly disclose us at [email protected].

bookmark License

Devtron is available under the Apache License, Version 2.0


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK