one of the reasons that worries me with rolling update is the stage when you have 2 versions of your pod running while the rollout is in progress. This will definitely have impacts on the users. This is the reason I suggest blue green as a better approach to cater live traffic vs rolling updates.
Not sure if it's because of my suggestion, but I personally think this format is much better to move the music from start to a later time in the video. Great job BTW for the video as a whole 👍
Nice, I appreciate you actually listening to my suggestion I clicked on a video before watching your video and it was one of those ones that has music and no commentary in the video, and I was sooo angry 😅 Thank you again, I'm humbled for taking my suggestion into consideration
Here you are changing the image name. Is it possible to keep the image name same while performing rolling update? Because during my development, I will build multiple images and test them with zero downtime. Giving new image name each time does not seem feasible to me. Please suggest.
really great content, this channel will go top soon..
Happy to hear your words. Thanks a lot.
Awesome great work 👏 👏
Thank you
one of the reasons that worries me with rolling update is the stage when you have 2 versions of your pod running while the rollout is in progress. This will definitely have impacts on the users. This is the reason I suggest blue green as a better approach to cater live traffic vs rolling updates.
Thank you for sharing your experience.
good section bro..
Thank you bro.
Not sure if it's because of my suggestion, but I personally think this format is much better to move the music from start to a later time in the video.
Great job BTW for the video as a whole 👍
Yes, I made the changes as per your suggestion.
Nice, I appreciate you actually listening to my suggestion
I clicked on a video before watching your video and it was one of those ones that has music and no commentary in the video, and I was sooo angry 😅
Thank you again, I'm humbled for taking my suggestion into consideration
Hi, Im new to your channel, i wonder if you can make a video on how to add additional masternode on kubernetes.
Thank you for following my channel. I will look into your request.
awesome! 😉
Thank you my friend. You are always a motivation for me.
Thank you Prakash.
Here you are changing the image name. Is it possible to keep the image name same while performing rolling update? Because during my development, I will build multiple images and test them with zero downtime. Giving new image name each time does not seem feasible to me. Please suggest.
How do you differentiate your version of application? The way how it is done is creating new images with respective tag.
How to achieve this via helm ?
Helm in general is for deployment of your application. Liveness and readiness probe in Kubernetes will give you the feature.
Why didn't you use kubectl set image command ?
Yes, you are right, We can simply use kubectl set image to the deployment rather than making the changes in the yaml file and applying it again.