How to implement Blue/Green Kubernetes deployments using Helm and CI/CD

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Blue/Green deployments are one of the advanced methods of deploying workloads to a Kubernetes cluster. They enable you to achieve zero downtime while performing QA tests in an actual production environment.
    This video explains the concept and how it can be implemented using Helm in a CI/CD pipeline.
    If you want to learn more about Helm, you can check my Helm course on Udemy using this link (90% discount already included): www.udemy.com/...

Комментарии • 5

  • @northdot9
    @northdot9 5 месяцев назад +3

    Great video , Thanks. One note: "Any remaining connections to the blue environment are drained" - I prefer to phrase it slightly differently: "Any connections to the blue environment are allow to naturally complete. This is called Draining" . I've had to explain this to higher up leadership often enough that wording in a way that makes it clear the transition is "gentle" makes my life easier.

  • @ManiBalajiC
    @ManiBalajiC 13 дней назад

    if we switch the labels to green , what happens to the exisitng connections in blue pod how can it continue to complete its pending request and reply back ?

  • @hassanmustafa1513
    @hassanmustafa1513 Месяц назад

    ❤❤

  • @avinashbabu3758
    @avinashbabu3758 Год назад

    Good content bro