TL;DR: Canary strategy is a gradual rollout of new software version to a small subset of users for real-user traffic testing before rolling out to a broader audience.
Kubernetes
TL;DR: Kubernetes v1.27 is about to release and there are some awesome features, enhancements, and deprecations it brings to the table. In this blog we discussed some of the best updates it brings to the community.
TL;DR: The blog provides a brief tutorial on how to set up Basic Auth using Nginx Ingress which can be used for adding a layer of security in any dashboard that doesn't have native authentication mechanisms
TL;DR: In this tutorial, we will learn to deploy a sample Django Full Stack Application on Kubernetes using Devtron and implementing GitOps.
One of the fundamental reasons to choose Kubernetes is because it is open source. Kubernetes is the second largest open-source project after Linux.
TL;DR: The author talks about how to deploy the MERN Stack application on Kubernetes with the easiest possible way with just few clicks, abstracting all K8s complexities using Devtron.
TL;DR: Kubernetes taints and tolerations are one of the methods that are used to control the scheduling of pods on nodes. In this article, author talks in-brief about taints and tolerations and how easily it can be used within Devtron.