rook

Storage Orchestration for Kubernetes (by rook)

Rook Alternatives

Similar projects and alternatives to rook

  1. kubernetes

    784 rook VS kubernetes

    Production-Grade Container Scheduling and Management

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Nginx Proxy Manager

    662 rook VS Nginx Proxy Manager

    Docker container for managing Nginx proxy hosts with a simple, powerful interface

  4. Grafana

    442 rook VS Grafana

    The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

  5. k3s

    314 rook VS k3s

    Lightweight Kubernetes

  6. Keycloak

    264 rook VS Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  7. helm

    253 rook VS helm

    The Kubernetes Package Manager

  8. k9s

    155 rook VS k9s

    🐶 Kubernetes CLI To Manage Your Clusters In Style!

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. rqlite

    124 rook VS rqlite

    The lightweight, user-friendly, distributed relational database built on SQLite.

  11. Swiftfin

    110 rook VS Swiftfin

    Native Jellyfin Client for iOS and tvOS

  12. flux2

    106 rook VS flux2

    Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

  13. keda

    101 rook VS keda

    KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

  14. istio

    97 rook VS istio

    Connect, secure, control, and observe services.

  15. longhorn

    84 rook VS longhorn

    Cloud-Native distributed storage built on and for Kubernetes

  16. Harbor

    79 rook VS Harbor

    An open source trusted cloud native registry project that stores, signs, and scans content.

  17. sealed-secrets

    A Kubernetes controller and tool for one-way encrypted Secrets

  18. velero

    46 rook VS velero

    Backup and migrate Kubernetes applications and their persistent volumes

  19. cdk8s

    50 rook VS cdk8s

    Define Kubernetes native apps and abstractions using object-oriented programming

  20. falco

    45 rook VS falco

    Cloud Native Runtime Security

  21. Ceph

    36 rook VS Ceph

    Ceph is a distributed object, block, and file storage platform

  22. local-path-provisioner

    Dynamically provisioning persistent local storage with Kubernetes

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rook alternative or higher similarity.

rook discussion

Log in or Post with

rook reviews and mentions

Posts with mentions or reviews of rook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-31.
  • Kubernetes homelab - Learning by doing, Part 4: Storage
    2 projects | dev.to | 31 Oct 2024
    Distributed storage systems enable us to store data that can be made available clusterwide. Excellent! But dynamically apportioning storage across a multi-node cluster is a very complex job. So this is another area where Kubernetes typically outsources the job to plugins (e.g. Cloud providers like Azure or AWS, or systems like Rook or Longhorn).
  • Data on Kubernetes: Part 2 - Deploying Databases in K8s with PostgreSQL, CloudNative-PG, and Ceph Rook on Amazon EKS
    1 project | dev.to | 15 Jul 2024
    For customized settings, you can check values.yaml.
    7 projects | dev.to | 15 Jul 2024
    In this blog post, we'll explore how to combine CloudNative-PG (a PostgreSQL operator) and Ceph Rook (a storage orchestrator) to create a PostgreSQL cluster that scales easily, recovers from failures, and ensures data persistence - all within an Amazon Elastic Kubernetes Service EKS cluster.
  • Searchable Kubernetes StorageClass Listing
    2 projects | news.ycombinator.com | 16 Jun 2024
    My experience is that OpenEBS and Longhorn are cool and new and simplified, but that I would only trust my life to Rook/Ceph. If it's going into production, I'd say look at https://rook.io/ - Ceph can do both block and filesystem volumes.
  • Ceph: A Journey to 1 TiB/s
    2 projects | news.ycombinator.com | 19 Jan 2024
    I have some experience with Ceph, both for work, and with homelab-y stuff.

    First, bear in mind that Ceph is a distributed storage system - so the idea is that you will have multiple nodes.

    For learning, you can definitely virtualise it all on a single box - but you'll have a better time with discrete physical machines.

    Also, Ceph does prefer physical access to disks (similar to ZFS).

    And you do need decent networking connectivity - I think that's the main thing people think of, when they think of high hardware requirements for Ceph. Ideally 10Gbe at the minimum - although more if you want higher performance - there can be a lot of network traffic, particularly with things like backfill. (25Gbps if you can find that gear cheap for homelab - 50Gbps is a technological dead-end. 100Gbps works well).

    But honestly, for a homelab, a cheap mini PC or NUC with 10Gbe will work fine, and you should get acceptable performance, and it'll be good for learning.

    You can install Ceph directly on bare-metal, or if you want to do the homelab k8s route, you can use Rook (https://rook.io/).

    Hope this helps, and good luck! Let me know if you have any other questions.

  • Running stateful workloads on Kubernetes with Rook Ceph
    4 projects | dev.to | 26 Dec 2023
    Another option is to leverage a Kubernetes-native distributed storage solution such as Rook Ceph as the storage backend for stateful components running on Kubernetes. This has the benefit of simplifying application configuration while addressing business requirements for data backup and recovery such as the ability to take volume snapshots at a regular interval and perform application-level data recovery in case of a disaster.
  • People who run Nextcloud in Docker: Where do you store your data/files? In a Docker volume, or on a remote server/NAS?
    1 project | /r/selfhosted | 20 Jun 2023
    This is beyond your question but might help someone else: I switch from docker-compose to kubernetes for my home lab a while ago. The storage solution I've settled on is Rook. It was a bit of up-front work learning how to get it up but now that it's done my storage is automatically managed by Ceph. I can swap out drives and Ceph basically takes care of everything itself.
  • Rook/Ceph with VM nodes on research cluster?
    1 project | /r/kubernetes | 11 May 2023
    The stumbling point I am at is I want to use rook.io(Ceph) as my storage solution for the cluster. The Ceph prerequisites are one of the following:
  • Asking for recommendation on remote Kubernetes storage for a small cluster and databases
    1 project | /r/kubernetes | 20 Apr 2023
    Have you looked at Rook?
  • Want advice on planned evolution: k3os/Longhorn --> Talos/Ceph, plus Consul and Vault
    6 projects | /r/homelab | 15 Apr 2023
    I've briefly run ceph in an external mode, you can actually use a rook deployment to manage it (sort of). Here is the documentation for doing that. For me it didn't pass my testing phase because I need better networking equipment before I can try that.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 29 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic rook repo stats
56
12,758
9.9
4 days ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai