5d ago · 7 min read · When you first start with Kubernetes, everything revolves around Pods. But running individual Pods in production is a recipe for disaster—if a node dies, your Pod dies with it. To keep your applicatio
Join discussion
May 23 · 11 min read · 1. What is Kubernetes? ☸️ ✅ Answer: Kubernetes is a container orchestration platform used to manage, deploy, scale, and monitor containerized applications automatically. It helps in: Auto healing Au
Join discussion
May 17 · 11 min read · If you are in the DevOps world, especially the Kubernetes world chances are you have heard a lot of buzz around Kubernetes networking tools. And recently, with the announcement around NGINX Ingress de
Join discussion
May 16 · 4 min read · Yesterday, we learned how to package our Kubernetes applications using Helm. But how do we actually deploy and update them automatically when our code changes? Enter GitOps and ArgoCD — the modern sta
Join discussion