Kubernetes Node Selector and Node Affinity | Taints & Toleration with NodeSel and Affinity

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

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

  • @peterk917
    @peterk917 2 года назад +1

    Thank you for such a clear yet in-depth overview on this subject! The CKA courses I've watched did not do nearly as good of a job. Subscribed!

  • @athiqrahman818
    @athiqrahman818 3 года назад +1

    i like how we see the mistakes you make in fix in the video. makes it more authentic

    • @viveksinghggits
      @viveksinghggits  3 года назад

      Hey, thanks.
      Very few are staged and most of the times things actually broke and I had to pause to resolve and the resume recording.
      Passed while resolving because video would be too lengthy, they are already very lengthy I would say.

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

      Can you put video with the mistakes you do and fixing them, I'd like to watch it

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

    very well explained bhai! 👏

  • @subhand9961
    @subhand9961 3 года назад +2

    Good explanation bro

  • @tyroneclay9129
    @tyroneclay9129 4 года назад

    Excellent video. Thanks!

  • @mayureshpatilvlogs
    @mayureshpatilvlogs 3 года назад +1

    nice video .How you have created k8s cluster are you using kind or kubeadm or any other cloud providers

    • @viveksinghggits
      @viveksinghggits  3 года назад

      Hi Mayuresh,
      Thanks for the comment.
      I usually create a digital oceaan or kind cluster for these videos but in this particular video, I am using digital oceaan one.
      Digital Ocean clusters are managed clusters by DO, but kind eventually uses kubeadm to provision the cluster.

    • @mayureshpatilvlogs
      @mayureshpatilvlogs 3 года назад

      Is there any cost associated with DO or you are using free trial cluster? Do we have any video for DO k8s cluster setup?

    • @viveksinghggits
      @viveksinghggits  3 года назад

      If we talk about the clusters that I am using, those are managed kubernetes cluster by digital Ocean. So yeah I get charged for those cluster.
      If we talk about crating them it's just a matter of some clicks on Digital Ocean dashboard.
      I am planning to make a video on how to create a kubernetes cluster using kubeadm.

    • @mayureshpatilvlogs
      @mayureshpatilvlogs 3 года назад +1

      Thanks for quick response. Keep it up 👍

  • @SanjeevKumar-nq8td
    @SanjeevKumar-nq8td 2 года назад

    How does it applies for stateful set. Can you please put your views. Examples with podAffinity & podAntiAffinity would be nice.

    • @viveksinghggits
      @viveksinghggits  2 года назад

      I think these things are going to be the same even in case of statefulsets. If there are some limitations, there are chances that I am not aware of.

  • @mohanbabu902
    @mohanbabu902 3 года назад +1

    Great video vivek 👌👌it will help us a lot but I doubt that what is the difference between node affinity and pod affinity. Is it both are same?

    • @viveksinghggits
      @viveksinghggits  3 года назад

      Hey,
      So pod affinity/anti affinity is useful when we want to schedule/not schedule a workload alongside a pod but the node affinity is for scheduling/not scheduling workloads on a node.
      I might be a bit off here, so I recommend reading official docs.

    • @mohanbabu902
      @mohanbabu902 3 года назад +1

      @@viveksinghggits thanks vivek🤝 for immediate response 👏👏