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
Masih Omidmasih.hashnode.dev·Oct 30, 2024Containerizing a PHP App with MySQL and Deploying on Kubernetes: A Step-by-Step GuideVideo Tutorial is available at this link : this link In this blog post, we will walk through the process of containerizing a PHP application with a MySQL database and deploying it on Kubernetes. This guide assumes you have a basic understanding of Do...Scaling PHP applications with Kubernetes.
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