[ Kube 10 ] Kubernetes DaemonSets

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

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

  • @polmaksim
    @polmaksim 4 года назад +7

    Best tutorials for Kubernetes. Thank you my friend!

  • @TheAirak
    @TheAirak 4 года назад +6

    It's clear you're putting a lot of time into these videos. Your slides were great! Thank you so much for your work.

  • @AbhimanyuChoudhary15
    @AbhimanyuChoudhary15 5 лет назад +3

    It is helpful. Thanks. Going to watch many other videos from your channel. Need to understand statefulSet object now :)

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

    Thanks a lot for this video !

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

    Crystal clear explanation Anna👏😍

  • @romantsyupryk3009
    @romantsyupryk3009 4 года назад +3

    Thanks so much for this tutorial.

  • @richardwang3438
    @richardwang3438 4 года назад +3

    thanks again, and Merry Christmas

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

    very well explained, thank you for the github repo and for your videos'

  • @clementduval3917
    @clementduval3917 5 лет назад +2

    I'm a huge fan !

    • @justmeandopensource
      @justmeandopensource  5 лет назад

      Clement, thanks for watching this video and taking time to comment. Cheers.

  • @dheerajpall
    @dheerajpall 4 года назад +2

    Very helpful video :)

  • @vipinkoul9129
    @vipinkoul9129 4 года назад +2

    How come I didn't see ur videos till now ;-)

  • @nagendrareddybandi1710
    @nagendrareddybandi1710 4 года назад +1

    HI Sir,
    its very nice video.
    If we already have nodeselectors , what is the need of daemonset?

    • @justmeandopensource
      @justmeandopensource  4 года назад +1

      Hi Nagendra, thanks for watching. Nodeselectors and daemonset are different concepts basically.

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

      @@justmeandopensource HI Sir, Yes I got it now... Pods are maintained by the DS when we created the pods with DS ... IF we try to delete pod , the DS controller automatically create another one...
      so at least one copy it would maintain in each node across the cluster.

  • @samerakkoub623
    @samerakkoub623 5 лет назад +1

    very helpful video thanks mate

    • @justmeandopensource
      @justmeandopensource  5 лет назад

      You're welcome. Thanks for watching my videos.

    • @samerakkoub623
      @samerakkoub623 5 лет назад +1

      @@justmeandopensource please what
      terminal software are you using?

    • @justmeandopensource
      @justmeandopensource  5 лет назад +1

      Regarding my terminal, its basically
      Tmux + Powerline + oh-my-zsh + zsh-autosuggestions
      Oh-my-zsh:
      github.com/robbyrussell/oh-my-zsh
      Zsh-autosuggestions:
      github.com/zsh-users/zsh-autosuggestions
      Once you install oh-my-zsh and zsh-autosuggestions, you need enable the zsh-autosuggestions plugin in your .zshrc config.
      I am using the default robbyrussell theme
      .oh-my-zsh/themes/robbyrussell.zsh-theme
      For the prompt, I have used unicode characters from the below website
      unicode-table.com/en/
      By the way, I am using Manjaro distribution with Gnome desktop environment.
      Thanks,
      Venkat

  • @vipinkoul9129
    @vipinkoul9129 4 года назад +1

    Awesome bro

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

    If there are taints on nodes will deamonset be created on that node ?

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

      Hi Shubham, thanks for watching. As per the documentation, daemonsets also respects taints which means you have to add corresponding tolerations to your daemonset manifest for it to be scheduled on nodes with taints. Cheers.

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

      @@justmeandopensource Thanks for your reply ❤️

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

      @@spatil6884 you are welcome

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

    I lost a job opportunity in a big company because I didn't know about DaemonSets, turns out they use it to deploy their internal DNS proxy server in Kubernetes so they have an instance of the DNS server in all nodes.

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

    Back again. After 11 days.