devtron Kubernetes Dashboard for Application Management TL;DR: In this blog, the author talked about the challenges of application management in Kubernetes and how they can be solved by a Kubernetes dashboard.
kubernetes How to Deploy a Django Full-stack Application over Kubernetes TL;DR: In this tutorial, we will learn to deploy a sample Django Full Stack Application on Kubernetes using Devtron and implementing GitOps.
devtron Introduction to Devtron Kubernetes Client TL;DR: Devtron Kubernetes Client is a lightweight client that helps users manage and operate the Kubernetes clusters and workloads in the easiest possible way through a graphical user interactive dashboard.
devtron What is the Kubernetes Resource Browser in Devtron? TL;DR : The Kubernetes resource browser adds value to the daily operations of DevOps and developers. It can help you monitor and quickly debug workloads.
devtron Manage Kubernetes like a Pro with Kubernetes Dashboard by Devtron TL;DR: Kubernetes dashboard by Devtron provides a wide range of features that can help you easily manage Kubernetes resources and clusters deployed on different clouds/ on-prem.
devtron Which Kubernetes Dashboard to choose: Devtron vs Octant TL;DR: Octant is good as Kubernetes Dashboard but for local development and a small team. Devtron as Kubernetes Dashboard gives you everything you need to manage your Kubernetes and enables easy collaboration with developers.
devtron Devtron vs. Jenkins. How do they stack against? TL;DR: Jenkins is a Continous Integration tool. It is heavily used for Continous Deployment too with lots of scripting. Jenkins for CI and Devtron for Kubernetes CD is the only way.
devtron Devtron vs OpenLens: A Comparative Analysis TL;DR: OpenLens & Devtron are the two most adopted open-source Kubernetes Dashboards. The blog contains detailed feature comparisons to help you choose the right Kubernetes Dashboard.
devtron The Usefulness of Cluster Terminal Access Cluster terminal access is an essential feature that enables DevOps Engineers to manage clusters and troubleshoot applications on the go. The engineers at Devtron understand the need for such a
Release notes Devtron Release Notes October 2022 Hello Everyone, We have come back with the new release! Do you want to keep up with the new updates on whatās going on in Devtron? Then, let's find
devtron Getting Started Contributing to Devtron Hey everyone, welcome to yet another interesting topic from the Devtron ecosystem, and today we'll be talking about how anyone can get started contributing to the Devtron community. We will
kubernetes Empowering Developers with Kubernetes Deployments Kubernetes has been one of the most adopted technologies in the last couple of years. According to the 2021 Cloud Native Survey conducted by āThe Cloud Native Computing Foundationā where
kubernetes 4 things you must know about Kubernetes With the rise of containers, every organization is moving from traditional monolithic workloads to containerized workloads or planning to move in the near future. With the growing number of container,
devtron How to setup a VPN to access Devtron What is VPN ?VPN stands for Virtual Private Network and describes the opportunity to establish a protected network connection when using public networks. VPNs encrypt your internet traffic and disguise
kubernetes Kubernetes Taints & Tolerations In Kubernetes, we know that the smallest deployable unit is pods and these pods gets deployed on some nodes. Nodes are the virtual machines that run your containerized workloads with