Giter Site home page Giter Site logo

luis-sousa-pinto / devtron Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devtron-labs/devtron

0.0 0.0 0.0 186.28 MB

Tool integration platform for Kubernetes

Home Page: https://devtron.ai

License: Apache License 2.0

Shell 0.04% Python 0.04% Go 97.14% Makefile 0.06% Smarty 0.01% Dockerfile 0.18% TSQL 0.40% Mustache 2.11%

devtron's Introduction

Cloud Native tool integration platform for Kubernetes


Explore documentation »
Try Devtron Demo »
Website · Blogs · Join Discord channel · Twitter . YouTube

Join Discord Go Report Card License CII Best Practices made-with-Go Website devtron.ai Tweet

🔥 Want to accelerate K8s adoption? Introducing DevOps in a Box; Leave DevOps on Devtron 🔥

Devtron deeply integrates with products across the lifecycle of microservices,i.e., CI, CD, security, cost, debugging, and observability via an intuitive web interface.

Devtron helps you deploy, observe, manage & debug existing Helm apps in all your clusters.

Devtron Demo environment

Please log in the Demo environment using github credentials. Please note the user is granted view access.

Devtron features

Application-level Resource grouping for easier Debugging
  • Devtron groups your Kubernetes objects deployed via Helm charts and display them in a slick UI for easier monitoring or debugging. Access pod logs and resource manifests right from the Devtron UI and even edit them!
Centralized Access Management
  • Control and give customizable view-only, edit access to users on Project, Environment and Application levels
Deploy, Manage and Observe on multiple clusters
  • Deploy and manage Helm charts, applications across multiple Kubernetes clusters (hosted on multiple clouds/on-prem) right from a single Devtron setup

Integrations

Devtron is designed to be modular, and its functionality can be easily extended with the help of integrations.

CI/CD integration

Devtron CI/CD with GitOps integration is used to automate the builds and deployments and enables the software development teams to focus on meeting the business requirements, code quality, and security.

  • Devtron leverages Kubernetes auto-scaling and centralized caching to give you unlimited cost-efficient CI workers.
  • Supports pre-CI and post-CI integrations for code quality monitoring.
  • Seamlessly integrates with Clair for image vulnerability scanning.
  • Supports different deployment strategies: Blue/Green, Rolling, Canary, and Recreate.
  • Implements GitOps to manage the state of Kubernetes applications,
  • Integrates with ArgoCD for continuous deployment.
  • Checks logs, events, and manifests or exec inside containers for debugging.
  • Provides deployment metrics like; deployment frequency, lead time, change failure rate, and mean-time recovery.
  • Seamlessly integrates with Grafana for continuous application metrics like CPU and memory usage, status code, throughput, and latency on the dashboard.

Architecture

Installation

Before you begin, you must create a Kubernetes cluster (preferably K8s 1.16 or higher) and install Helm.

1. Install Devtron with CI/CD integration

Run the following command to install the latest version of Devtron along with the CI/CD module:

helm repo add devtron https://helm.devtron.ai

helm install devtron devtron/devtron-operator \
--create-namespace --namespace devtroncd \
--set installer.modules={cicd}

Access Devtron

URL: Use the following command to get the dashboard URL:

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

Credentials:

UserName: admin
Password: Run the following command to get the admin password

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

Please refer to the document for more information on how to access the Devtron Dashboard.

Installation status

The above install command for CI/CD integration starts Devtron-operator, which takes about 20 minutes to spin up all of the Devtron microservices one by one. You can check the status of the installation with the following command:

kubectl -n devtroncd get installers installer-devtron \
-o jsonpath='{.status.sync.status}'

The command executes with one of the following output messages, indicating the status of the installation:

  • Downloaded: The installer has downloaded all the manifests, and installation is in progress.
  • Applied: The installer has successfully applied all the manifests, and the installation is complete.

2. Install Devtron with Helm Bundle

helm repo add devtron https://helm.devtron.ai

helm install devtron devtron/devtron-operator --create-namespace --namespace devtroncd

💙 Technology

Devtron is built on some of the most trusted and loved technologies:

📹 Videos

📝 Blogs from Community

💪 Trusted By

Devtron is trusted by Enterprises and Communities all across the globe:

  • Delhivery: Delhivery is an Indian delivery and e-commerce logistics company, that provides end-to-end Supply Chain solutions through cutting-edge technology
  • BharatPe: Bharatpe is an Indian fintech company that offers a range of products including interoperable QR codes for UPI payments, POS machines for card acceptance, and small business financing
  • Livspace: Livspace is a home interior and renovation company, that provides interior design and renovation services in Singapore and India
  • Moglix: Moglix is an industrial B2B marketplace and an e-commerce platform for industrial tools and equipment, used largely by businesses in India
  • Xoxoday: Xoxoday provides technology infrastructure to enable businesses to automate rewards, incentives & payouts for employees, customers & channel partners

❓ FAQs & Troubleshooting

📄 Compatibility

Current build

  • Devtron uses modified version of Argo Rollout
  • Application metrics only work for K8s version 1.16+

Support, Contribution, and Community

👥 Community

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

Join us at Discord channel

Join Devtron : Heroku for Kubernetes

🤝 Contribute

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

Please look at our community contributions and feel free to create a video or blog around Devtron and add your valuable contribution to the list.

Contributors:

We are deeply grateful to all our amazing contributors!

🐛 Vulnerability Reporting

We at Devtron, take security and our users' trust very seriously. If you believe you have found a security issue, please report it to [email protected].

🔖 License

Devtron is licensed under Apache License, Version 2.0

devtron's People

Contributors

vikramdevtron avatar nishant-d avatar prakarsh-dt avatar kartik-579 avatar shubham9t9 avatar uxarya-d avatar manish-agrawal-ai avatar pghildiyal avatar abhinav-26 avatar dheeth avatar snehith57624 avatar arushi09-hub avatar kripanshdevtron avatar shivani170 avatar pawan-59 avatar divyabhushan avatar nitish768 avatar ajaydevtron avatar aviralsrivastava01 avatar anupdhiran avatar spruhapandya12 avatar luharias avatar gunish-dt avatar sne789 avatar strawhat5 avatar anugrahchaturvedi avatar gireesh-devtron avatar nikeshdevtron avatar iamayushm avatar prince-vishal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.