Day 5 | Labels, Selectors, ReplicaSets, Deployments, Production Strategies

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

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

  • @madhavmundhra2698
    @madhavmundhra2698 5 месяцев назад +2

    To change the existing label of a specific pod the command is :
    kubectl label pod = --overwrite
    To add a new label just remove the --overwrite flag from the above command

  • @anoopkathait-t8o
    @anoopkathait-t8o 20 дней назад

    Thanks for this video sir

  • @adityapawar7411
    @adityapawar7411 6 месяцев назад +2

    Amazing prerit brother. Thanks for Hindi explanation. Great delivery and presentation

  • @Suraj_Pokharkar
    @Suraj_Pokharkar 6 месяцев назад +3

    Be consistent now brother. Great to see you back. I hope we create a community of the best engineers out there.🎉

  • @mark11hk63
    @mark11hk63 6 месяцев назад

    Great video! I look forward to more content like this. I have a request for a deep dive into Kubernetes after this series. It would be great to explore how controllers utilize ListersWatchers internally, the server-side watch mechanism, deep etcd workings, etcd leases, gRPC framework, advanced network policies, the end-to-end flow of a kubectl command request by a user, advanced scheduling strategies, vault integration with k8s, best practices, and some project ideas(and advanced topics that i didn't mention here). I could use AI to gather this information, but your explanation style is awesome and I would love to see things from your perspective as an engineer. I'm just curious how the k8s work internally 🫡😁.

    • @TechWithPrerit
      @TechWithPrerit  6 месяцев назад

      Absolutely, though this series is an advanced series, but after this series I will be regularly launching videos on internals and system design!!

  • @varinderpalsingh2735
    @varinderpalsingh2735 5 месяцев назад

    Awesome content I am following from day 1 and I am utilizing the same in my Professional career as well ❤

  • @AbdulRehmanDO
    @AbdulRehmanDO 6 месяцев назад +1

    Thank you prerit

  • @rohansharma4844
    @rohansharma4844 6 месяцев назад

    Happy to see You back 😀.Great Content as Always

  • @manujpant3699
    @manujpant3699 6 месяцев назад

    thank you for this video/stream

  • @iftikharzulfiqar
    @iftikharzulfiqar 5 месяцев назад +1

    I have one question: How can downtime occur in a blue-green deployment when we are creating a separate environment for the new version and routing some test traffic to it for testing? Isn’t it highly available since our old environment is completely safe and all the traffic is still running on it? This seems like a safe solution. Could you please explain how downtime might happen?

  • @rishabhchd19
    @rishabhchd19 5 месяцев назад

    In create, if something you edit in the file, will not be created again until the pod is deleted. In apply, the changes will be done on the fly, if I am not wrong @Prerit. After apply, it will show changes made.

  • @RaoShahzaib-YT
    @RaoShahzaib-YT 6 месяцев назад

    Welcome Back sir

  • @areebbbb
    @areebbbb 6 месяцев назад

    I think you forgot to add the important links in the description

  • @ManojkrishnaTiwari
    @ManojkrishnaTiwari 5 месяцев назад +1

    where we can do practice of kubernetes commands

    • @TechWithPrerit
      @TechWithPrerit  4 месяца назад

      Just create a cloud based cluster and start applying

  • @-_-Ggn
    @-_-Ggn 6 месяцев назад

    back in action

  • @rahulmyakal4554
    @rahulmyakal4554 5 месяцев назад

    Hey @techwithprerit brother
    please update notes