Learn how to deploy Go applications on Kubernetes with two approaches: automated deployment using Devtron and manual deployment with Docker and YAML manifests. This guide covers best practices for containerizing your app, managing resources, and ensuring seamless deployment.
How To
TL;DR: In Kubernetes, scheduling refers to making sure Pods are scheduled to Nodes. In this blog author talks about different ways of scheduling and how kube-scheduler works.
TL;DR: Secure your Kubernetes cluster with Velero. This open-source tool simplifies backups, restores and disaster recovery, ensuring data integrity and minimizing downtime.
Tl;DR: Unlock the power of external secrets in Kubernetes for optimal security. Learn how to integrate secrets from AWS Secret Manager to Kubernetes effectively.
TL;DR: In this tutorial, we will learn to deploy a sample Django Full Stack Application on Kubernetes using Devtron and implementing GitOps.