Learn how to perform PVC migration in Kubernetes across clusters or availability zones without downtime. Step-by-step guide with commands, YAML examples, and best practices for resilient, scalable workloads.
Kubernetes
Explore two methods for deploying Django applications on Kubernetes: manual deployment using Docker and YAML manifests or automated deployment with Devtron. This guide covers containerization, CI/CD pipelines, and Kubernetes configurations for scalable, reliable Django apps.
TL;DR: In this blog, we will learn about Kubernetes architecture, nodes, control place components, worker nodes, and how they work together to provide a robust container orchestrator system.
Learn how to run and manage scheduled tasks in Kubernetes using CronJobs. This guide covers YAML examples, concurrency policies, and best practices for running reliable, recurring workloads inside your cluster.
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: Want to customize what runs inside your Kubernetes containers? This blog shows you how to use commands and arguments to override Docker defaults, with practical examples and use cases like running startup scripts and testing network connectivity.
TL;DR: Securely deploy HashiCorp Vault on Kubernetes to protect secrets and inject them into apps with Devtron and External Secrets Operator. Streamline secret management and prepare for Agentic SRE Assistants for Kubernetes.
Kubernetes Nodes are the backbone of any cluster, hosting pods and enabling scalability. Learn about node types, components, properties, and how Devtron simplifies monitoring and management for reliable, high-performing Kubernetes environments.
