Cloud Native Storage for Kubernetes with Ceph and Rook

preview_player
Показать описание
Learn how to provision cloud native storage for your Kubernetes cluster with Rook and Ceph.

Timecodes
0:00 - Intro
1:07 - What is Rook?
2:02 - Prerequisites
2:45 - Rook Ceph Installation
6:03 - Block Storage
7:42 - Filesystem Storage
9:02 - Object Storage
12:40 - Outro

MinIO

GitHub Project:
Рекомендации по теме
Комментарии
Автор

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

mianm.husnainakram
Автор

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

sahilpanjwani
Автор

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

Babbili
Автор

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

TheOnlyEpsilonAlpha
Автор

... little background.
i have a 3 node proxmox cluster. each have a 1TB NVMe drive, partitioned into 200GB to Proxmox and 800 given to CEPH as cephpool. My 3 Master nodes and 3 worker nodes (ubuntu 24.10 based) are created on this cephpool allowing me to migrate my VM's onto any of my physical nodes. at the moment they basically just have space allocated for the os and for the k8s software.
My understanding is I will be adding say an addition 100GB to each of the workers, which will then be given to ceph/rook to be installed inside my K8S cluster,
be great if you had some diagrams of what you were doing and how things are layered.

georgelza
Автор

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

premierde
Автор

do assign the space to the worker nodes i assume... ie not the master nodes.

georgelza
Автор

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

IamKanuKingsley
Автор

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

sourabhdey
Автор

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

nuchallenger
Автор

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.

ebiscaia