DEV Community

Cover image for Devtron: A business opportunity in developers’ needs
Prashant Ghildiyal for Devtron

Posted on

 

Devtron: A business opportunity in developers’ needs

Devtron is one of the few Indian Companies that is providing advanced Open Source tools using Kubernetes.

One of our co-founder, Rajesh, talks about all things Kubernetes, DevOps, and Devtron in a chat with Srinath Srinivasan. Featured in Financial Express!

Read the full article here: Devtron: A business opportunity in developers’



Checkout Devtron's OSS here:

GitHub logo devtron-labs / devtron

Tool integration platform for Kubernetes

Tool integration platform for Kubernetes


Explore documentation »
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? Our team would love to help 100 companies do it the Devtron way! 🔥

Apply Now 👋

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 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
-

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.