Cloud Native Storage for Kubernetes with Ceph and Rook

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

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

  • @mianm.husnainakram2949
    @mianm.husnainakram2949 2 месяца назад

    Brilliant
    highly underrated channel, bro you must rock this domain on YT

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

    bro is always straight to the point

  • @TheOnlyEpsilonAlpha
    @TheOnlyEpsilonAlpha Год назад +5

    Thanks for the video. I find it ridiculous, that Kubernetes by itself is high available, failover and everything but when a node goes down the storage is lost!?!? I mean for real? Ceph should be the(!) default storage for Kubernetes

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

    Great video Morris, subscribed! Would love to hear more about your home cluster setup and how it's built 🙂

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

      Hi thanks for watching, I will definitely be making more videos about my setup. You can also checkout my other video about setting up a production ready Kubernetes cluster at home. ruclips.net/video/1W4w2ziRU8Q/видео.html

  • @amjadmismar695
    @amjadmismar695 7 месяцев назад +1

    Thank you, great video

  • @Babbili
    @Babbili Год назад +1

    i wonder why you're not producing videos any more, it's like i have all your videos saved, they're really valuable

  • @premierde
    @premierde 3 месяца назад

    Thank you. Can you please elaborate why and on what basis the osd's are created on all of your 5 nodes?

  • @chrisjchalifoux
    @chrisjchalifoux 10 месяцев назад

    Thank you for the video

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

    how can we intergrate the external ceph cluster with kubernetes cluster ?

  • @IamKanuKingsley
    @IamKanuKingsley 10 месяцев назад +1

    Thank you so much for your tutorials. They have taught me a lot. However, I am having issues with installing Rook Ceph. I don't know if it is because i am using kube-vip in my cluster. Please, any pointer will be appreciated. Best regards

    • @EngineeringWithMorris
      @EngineeringWithMorris  10 месяцев назад +1

      Hi, I can’t be entirely sure. Would help to know the exact error you are getting.

    • @IamKanuKingsley
      @IamKanuKingsley 10 месяцев назад

      @@EngineeringWithMorris is working on a non-HA cluster with RKE2. However, I think it has something to do with my kube-vip setup. I will try again and register the error if it pops up again. Thanks for your response.

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

    How should I adopt this to work with my aks cluster? Will I need to change any of the operator settings?

    • @EngineeringWithMorris
      @EngineeringWithMorris  Год назад +1

      Hi, I am yet to try out that kind of setup but you can try and provision unformatted storage disks to your k8s nodes which can then be consumed by Rook.

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

    Hi mate,
    Do you know if this solves the sqlite concurrency issues. That is because many of the self-hosting applications (navidrome, jellyfin) rely on sqlite and it is not possible to run more than one replica without locking the database. I tried Longhorn and had this problem.

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

      I have not tried running something like plex with multiple replicas yet, although I am pretty sure you will run into the same issue with rook as well.