Shaik Mustafamustafa-k8s.hashnode.dev·Dec 1, 2024"Mastering Kubernetes Deployments: A Step-by-Step Guide for Beginners To Advance level"Definition: A Deployment in Kubernetes is a resource object used to manage the deployment, scaling, and updates of containerized applications. It simplifies application lifecycle management by defining a desired state, and Kubernetes ensures the syst...103 likes·148 readsKubernetes
Sowkhyasouky.hashnode.dev·Oct 15, 2024Roll Back Faulty DeploymentRolling back a deployed app that is faulty involves a series of steps to revert to a previous stable state. 1. Identify the Problem Monitoring & Logs: Check monitoring systems and logs to confirm the issue with the deployed app (performance issues, ...automated roll back
vikash kumardevopswizard.hashnode.dev·Jul 7, 2024Step-by-Step Kubernetes Rolling Updates and Rollbacks TutorialHey there, fellow Kubernetes adventurers! 👋 Ready to level up your CKA (Certified Kubernetes Administrator) skills? Today, we're diving deep into the world of Rolling Updates and Recreate deployments in Kubernetes. Trust me, this stuff is cooler tha...CKA journeyKubernetes Rolling Updates