openebs

Open-source projects categorized as openebs
Language: + Go + Mustache

Top 10 openeb Open-Source Projects

  • openebs

    Most popular & widely deployed Open Source Container Native Storage platform for Stateful Persistent Applications on Kubernetes.

  • zfs-localpv

    CSI Driver for dynamic provisioning of Persistent Local Volumes for Kubernetes using ZFS.

    Project mention: ZFS 2.2.0 (RC): Block Cloning merged | news.ycombinator.com | 2023-07-04

    I use it in Kubernetes via https://github.com/openebs/zfs-localpv

    The PersistentVolume API is a nice way to divvy up a shared resource across different teams, and using ZFS for that gives us the snapshotting, deduplication, and compression for free. For our workloads, it benchmarked faster than XFS so it was a no-brainer.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • dynamic-nfs-provisioner

    Operator for dynamically provisioning an NFS server on any Kubernetes Persistent Volume. Also creates an NFS volume on the dynamically provisioned server for enabling Kubernetes RWX volumes.

  • jiva

    CAS Data Engine - iSCSI Distributed Block Storage Controller built-in Go

  • dynamic-localpv-provisioner

    Dynamic Local Volumes for Kubernetes Stateful workloads.

    Project mention: Using Kaniko to Build and Publish container image with Github action on Github Self-hosted Runners | dev.to | 2024-02-28

    # gha-runner-scale-set-value.yml githubConfigUrl: "https://github.com/myorg/myrepo" githubConfigSecret: github_token: "my-PAT" ## maxRunners is the max number of runners the autoscaling runner set will scale up to. maxRunners: 5 ## minRunners is the min number of idle runners. The target number of runners created will be ## calculated as a sum of minRunners and the number of jobs assigned to the scale set. minRunners: 1 containerMode: type: "kubernetes" ## type can be set to dind or kubernetes ## the following is required when containerMode.type=kubernetes kubernetesModeWorkVolumeClaim: accessModes: ["ReadWriteOnce"] # For local testing, use https://github.com/openebs/dynamic-localpv-provisioner/blob/develop/docs/quickstart.md to provide dynamic provision volume with storageClassName: openebs-hostpath storageClassName: "managed-csi" resources: requests: storage: 2Gi template: spec: securityContext: fsGroup: 123 ## needed to resolve permission issues with mounted volume. https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors#error-access-to-the-path-homerunner_work_tool-is-denied containers: - name: runner image: ghcr.io/actions/actions-runner:latest command: ["/home/runner/run.sh"] env: - name: ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER value: "false" ## To allow jobs without a job container to run, set ACTIONS_RUNNER_REQUIRE_JOB_CONTAINER to false on your runner container. This instructs the runner to disable this check. volumes: - name: work ephemeral: volumeClaimTemplate: spec: accessModes: [ "ReadWriteOnce" ] storageClassName: "managed-csi" resources: requests: storage: 2Gi

  • charts

    OpenEBS Helm Charts and other utilities (by openebs)

  • cstor-operators

    Collection of OpenEBS cStor Data Engine Operators

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • jiva-operator

    Kubernetes Operator for managing Jiva Volumes via custom resource.

  • openebsctl

    `openebsctl` is a kubectl plugin to manage OpenEBS storage components.

  • device-localpv

    CSI Driver for using Local Block Devices

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-02-28.

openebs related posts

Index

What are some of the best open-source openeb projects? This list will help you:

Project Stars
1 openebs 8,581
2 zfs-localpv 351
3 dynamic-nfs-provisioner 152
4 jiva 139
5 dynamic-localpv-provisioner 121
6 charts 96
7 cstor-operators 92
8 jiva-operator 47
9 openebsctl 28
10 device-localpv 25
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com