-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
chore: add adopters files (#46)
Signed-off-by: Niladri Halder <[email protected]>
Showing
50 changed files
with
1,115 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Company: Agnes Intelligence (https://agnesintel.com/) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Apache Kafka | ||
- Apache Solr | ||
- NFS as shared storage for various microservices | ||
|
||
### Type of OpenEBS Storage Engine(s) | ||
cStor, Local PV and NFS provisioner on OpenEBS for RWX | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Using in development, staging and production | ||
|
||
### Are you using for home use or for your organization | ||
Using for the organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
Storage of Apache Solr data, Transmission of micro-service messages and shared storage for micro-service. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Company: ByteDance ([bytedance.com](https://www.bytedance.com/)) | ||
|
||
### Stateful applications that you are using OpenEBS | ||
* Elasticsearch | ||
|
||
### Type of OpenEBS Storage Engines behind the above application | ||
* Local PV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
* Have being using it in elasticsearch cluster, and evaluating wider usage. | ||
|
||
### Are you using for home use or for your organization | ||
* In company environment. | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects: | ||
* The dynamic provisioning feature is great in our use case, as we save lots of time on setup and maintain storage disk, in ES cluster. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
**Company:** **[Clew Medical](https://clewmed.com/)** | ||
|
||
**OpenEBS storage engine:** Jiva | ||
|
||
**Stateful applications:** PostgreSQL, Keycloak, RabbitMQ | ||
|
||
**Environment:** Production & Development | ||
|
||
**Usage:** Organization | ||
|
||
**Why OpenEBS:** Easy to setup, stable, excellent support, active project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
**Company** : **[Clouds Sky GmbH](https://cloudssky.com)** | ||
|
||
**Stateful Applications that you are running on OpenEBS** | ||
1. Confluent Kafka, Strimzi Kafka | ||
2. Elasticsearch | ||
3. Prometheus | ||
|
||
**Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV?** | ||
1. Mostly Jiva and some cStor | ||
|
||
**Are you evaluating or already using in development, CI/CD, production** | ||
1. Using in development on bare-metal Kubernetes clusters. | ||
|
||
**Are you using for home use or for your organization** | ||
Organization | ||
|
||
**A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
1. Using OpenEBS for Kafka implementations (Confluent as well as Strimzi) on bare-metal Kubernetes clusters. | ||
2. For most of the statefulsets on bare-metal environments, we are using OpenEBS. | ||
|
||
**If you would like your name (as home user) or organization name to be added to the Adopters.md, please provide a preferred contact handle like github id, twitter id, linkedin id, website etc.** | ||
1. Organization Name: Clouds Sky GmbH | ||
2. Website - [https://cloudssky.com/](https://cloudssky.com/en/) | ||
3. Twitter ID - [cloudsskygmbh](https://twitter.com/cloudsskygmbh) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
# Company: CNCF, The Linux Foundation | ||
|
||
# Stateful Applications that we are running on OpenEBS | ||
|
||
CNCF: | ||
- PostgresSQL (including automatic backups) | ||
- NFS server (for allowing multiple r/w access) | ||
- nginx (serving home pages, backups, CSV reports etc) | ||
- Storage for git repositories clones | ||
- All DevStats applications (homegrown) | ||
|
||
The Linux Foundation: | ||
- MariaDB database (Helm master + slave replication, automatic backups) | ||
- ElasticSearch cluster (Helm chart master + 4 slave nodes) | ||
- Postgres (including automatic backups) | ||
- Redis | ||
- Grimoire stack (CHAOSS) | ||
- Storage for git repositories clones | ||
- Homegrown tools (SDS - sync data sources, golang orchestrator to fetch Grimoire data) | ||
|
||
# Type of OpenEBS Storage Engines behind the above applications | ||
|
||
- Local PV - for everything, speed is the main reason. Postgres uses 4-node Patroni stateful deployment (1 master and 3 replication nodes). All runs on bare metal servers from packet.com, stateful DB storage is 4 local PV volumes each about 3.2T size. | ||
- NFS server (with local PV underlying) for allowing multiple clients access. | ||
|
||
# Are you evaluating or already using in development, CI/CD, production? | ||
|
||
Used in `test` and `production` deployments (they're separated into different namespaces). | ||
Everything runs on Kubernetes + Helm. | ||
|
||
# Are you using for home use or for your organization? | ||
|
||
Used for my organization (Both CNCF and The Linux Foundation) | ||
|
||
# A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
Installing Kubernetes, then configuring `/var/openebs` on all nodes, then installing OpenEBS, making `openebs-hostpath` default storage engine, installing NFS for shared access. Finally, everything installed in Kubernetes uses OpenEBS. | ||
|
||
OpenEBS basically powers all storage for the following sites: | ||
- https://devstats.cncf.io (and all subprojects) - prod site | ||
- https://teststats.cncf.io (and all subprojects) - test site | ||
- https://devstats.coreinfrastructure.org | ||
- https://devstats.graphql.org | ||
- https://devstats.cd.foundation | ||
- https://devstats.cncf.io/backups (Backups) | ||
- DevStats REST API: https://devstats.cncf.io/api/v1 (described [here](https://github.com/cncf/devstatscode#api)) | ||
|
||
See: | ||
- https://github.com/cncf/devstats-helm#setup-per-node-local-storage. | ||
- https://github.com/cncf/devstats-helm#architecture (Storage section). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
### Company: [CodeWave](https://codewave.eu) | ||
|
||
### Storage Engine: | ||
Jiva. We are planning tests on cStor and might switch to it. | ||
|
||
### Number of Applications: | ||
varies between 20 and 50 | ||
|
||
### Names of the Stateful Applications: | ||
The tools we are using or were using with OpenEBS: Bitwarden, Bookstack, Allegros Ralph, LimeSurvey, Grafana, Hackmd/Codimd, MinIO, Nextcloud, Percona XtraDB Cluster Operator, Nextcloud, SonarQube, Sentry, JupyterHub. | ||
|
||
### Our products | ||
Contente - CMS (more like Anything Management System, since it manages much more than just typical web content). | ||
Synapticall - Callcenter management software with automatic routing, call recording, call transcription, etc. | ||
|
||
### CI/CD powered review applications | ||
All of the projects we are writing for our customers (e.g. based on our CMS, or on Symfony, or simple static pages, WordPress) have a preview version for each of the feature branches and production-like staging, the last one being always persistent. For those, we are using OpenEBS to keep our data persisted and to move it around the cluster. | ||
|
||
### Cluster Type: | ||
Baremetal with some nodes on KVM virtual machines | ||
|
||
### For whom | ||
CodeWave and all of our current clients we are hosting code/stagings for. | ||
|
||
### Any short notes on use cases of why you selected OpenEBS. | ||
|
||
The above applications use OpenEBS mostly for DB persistence (Mysql/Maria/Percona, Postgres, Mongo etc), for live file storage (typical uploads, media etc) and/or for backups. Our internal tools are installed manually and mostly are under manual control, while CI/CD powered deployments (of our products and projects for our clients) are fully automated, with auto PVC provisioning and management. | ||
|
||
We started using OpenEBS over one year ago, mostly because we found it easier to use and a bit more stable on our cluster than it's competition. It's not the only way of supporting persistent apps, but currently, it's most often used in our case and OpenEBS StorageClass serves as our default SC. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### Company: Comcast (https://github.com/Comcast) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Prometheus | ||
- Alertmanager | ||
- Influxdb | ||
- Helm Chartmuseum | ||
|
||
### Type of OpenEBS Storage Engine(s) | ||
cStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Already using in dev and production | ||
|
||
### Are you using for home use or for your organization | ||
Using for the organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
We are currently using openebs as persistent storage for a lot of our monitoring, alerting, and metrics gathering applications (Prometheus, Alertmanager, and Influxdb). We are also using it as the backend storage for [helm chartmuseum](https://github.com/helm/chartmuseum) where we store our custom helm charts used for deployments. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### Company: CORT (https://cort.com/) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Magento | ||
- Elasticsearch | ||
- MariaDB | ||
- NFS-server-provisioner | ||
|
||
### Type of OpenEBS Storage Engine(s) | ||
cStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Already using in Dev and QA. | ||
|
||
### Are you using for home use or for your organization | ||
Using for the organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
OpenEBS has been very helpful and reliable. We are happy with the support and commitment provided by the community to resolve the issues reported in a timely manner. | ||
|
||
We are planning to use OpenEBS in production once we have completed additional testing around Backup and Restore using OpenEBS Director and Velero. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### Company | ||
D-Rating | ||
|
||
### Stateful Applications that we are running on OpenEBS | ||
MongoDB | ||
Elasticsearch | ||
Postgresql | ||
|
||
### Type of OpenEBS Storage Engines behind the above applications | ||
cStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production? | ||
We are using a full CI/CD Rancher/Kubernetes stack. | ||
|
||
### Are you using for home use or for your organization? | ||
Organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
We where using local volumes at first but we had to become HA and then we had to adopt a dedicated system. We tried longhorn and migrated to OpenEBS. We lost a node (bare metal) recently which was used as a cStor blockdevice, the replication seemed to work as we didn't loose any data ;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Company: DISID (https://disid.com/) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Minio | ||
- DataStax | ||
- Greenplum | ||
- Gridgain | ||
- mongoDB | ||
- Qlickhouse | ||
- PosgtreSQL | ||
|
||
### Type of OpenEBS Storage Engine(s) | ||
cStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Production & Development | ||
|
||
### Are you using for home use or for your organization | ||
Using for the organization in local cloud, as the provisioner for stateful apps | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
- Simplicity of installation is one strong point. | ||
- Excellent support from the community is really helpful | ||
- Storage Capabilities of cStor like resize |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
### Company: eXact lab (https://github.com/exactlab) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- MySQL | ||
- ELK | ||
- PostgreSQL | ||
- Docker Registry | ||
- Apache Kafka | ||
- Grafana | ||
- Gitlab | ||
- Wordpress | ||
- Prometheus | ||
- Redis | ||
|
||
### Type of OpenEBS Storage Engine(s) | ||
local-hostpath | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Already using in dev and production | ||
|
||
### Are you using for home use or for your organization | ||
Using for customers, organization and home use | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
We are currently using openebs as persistent storage in every deployment where we couldn't have a CEPH cluster and sometimes in hardware that's not state-of-the-art. It comes as a fruitful solution for medium and small workloads, but we're planning to use it in bigger workloads in the future for our customers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### Company: Hamravesh (https://github.com/hamravesh) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Multiple minio instances with tens of million of files | ||
- Multiple docker-in-docker instances with persisted caches to speed up builds | ||
|
||
### Type of OpenEBS Storage Engine(s) | ||
Rawfile LocalPV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Using in multiple production and development clusters | ||
|
||
### Are you using for home use or for your organization | ||
Using for the organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
- Makes PVC management easier | ||
- Brings in new features: monitoring, hard limits on capacity, custom filesystems | ||
- Negligible performance overhead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
### Company: IDNT Europe GmbH ([idnt.net](https://www.idnt.net/)) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Elasticsearch | ||
- RabbitMQ | ||
- KubeVirt | ||
- Prometheus | ||
- YugabyteDB | ||
- Couchbase | ||
- MySQL | ||
... and many more | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
ZFS LocalPV and cStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Development and production / bare-metal clusters and on Azure. | ||
|
||
### Are you using for home use or for your organization | ||
Organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
We are using ZFS for years which makes ZFS LocalPV and cStor the perfect choice. OpenEBS is well documented and has been proven to be easy to use, reliable and provides helpful resources like an active community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### **Company**: Jerabi Inc. | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
Databases (influxdb, mariadb, elasticsearch, neo4j) | ||
Monitoring stack (Prometheus, Grafana, AlertManager) | ||
All our company stateful applications | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
cStor (with and without mirror). | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
We are currently using it in our development and go in production with it. | ||
|
||
### Are you using for home use or for your organization | ||
Our organization (and personal uses too). | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
The goal was to be able to adapt the storage solution easily without too much knowledge about the solution. We don't want to hire a cloud administrator to handle the storage and configuration, instead we use a devops approach to simplify the process. | ||
|
||
With OpenEBS it is easy to switch storage solution (cStor, localpv) when we need. We use OpenEBS on premise and the nodes won't have internet access once the solution is deployed so we couldn't used external cloud solution. | ||
|
||
The configuration with Helm chart is well documented and easy to install. One thing that is missing, is a free UI to create cStor pools or partition disks or even update storage configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
### Company: | ||
KPN | ||
|
||
### Stateful Applications that we are running on OpenEBS | ||
ManageIQ | ||
AWX | ||
Harbor | ||
Selenium Hub based automated UI testing | ||
verdaccio | ||
openshift monitoring (alert manager) | ||
openshift monitoring (cassandra) | ||
|
||
### Type of OpenEBS Storage Engines behind the above applications | ||
OpenEBS storage engine: cStor | ||
|
||
### Are you using for home use or for your organization? | ||
Organization | ||
|
||
### Are you evaluating or already using in development, CI/CD, production? | ||
|
||
**Usage:** Production for over a year. | ||
|
||
**Environment:** Dedicated OKD clusters. Test and acceptance, Production | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
**Why OpenEBS:** Recommended by a colleague. Simplicity of installation. Needed a solution that can provide HA. We started using version 0.7.0. Upgraded to 1.10 now. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Company | ||
|
||
KubeSphere (QingCloud) | ||
|
||
## Stateful Applications that you are running on OpenEBS | ||
|
||
[KubeSphere](https://github.com/kubesphere/kubesphere), there are some stateful components including Redis, MySQL, Elasticsearch, Prometheus, etc. | ||
|
||
## Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
|
||
Local PV | ||
|
||
## Are you evaluating or already using in development, CI/CD, production | ||
|
||
Using in testing and development. | ||
|
||
## Are you using for home use or for your organization? | ||
|
||
Organization | ||
|
||
## A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
OpenEBS has been tightly integrated into our open source product [KubeSphere](https://kubesphere.io). OpenEBS Local PV is the default storageclass when users use the installer [KubeKey](https://github.com/kubesphere/kubekey) to deploy a KubeSphere and Kubernetes cluster. | ||
|
||
Thanks to OpenEBS, it makes installation of KubeSphere easier for the Kubernetes novice, OpenEBS has also been widely adopted by our community users. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### **Company**: Lannister Investments LTD | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Prometheus | ||
- Grafana | ||
- Elasticsearch | ||
- PostgreDb | ||
- Redis | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
cStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
I have OpenEBS on my production cluster (Openshift) | ||
|
||
### Are you using for home use or for your organization | ||
I'm using it for my organization's proposes. | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects: | ||
In comparison to Redhat OCS, OpenEBS is a great solution which not take a lot of resources, flexible, and good enough for my requirements. I wanted a simple-to-use solution that will give me the ability to use my local node's storage without the hassle of NFS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### **Company**: Magnite Inc. ([magnite.com](https://www.magnite.com/)) | ||
### **User**: Xuefeng Chen ([github.com/cxfcxf](https://github.com/cxfcxf)) | ||
|
||
### **Stateful Applications that you are running on OpenEBS** | ||
Applications: Thanos, Prometheus</br> | ||
Future Applications: in house apps | ||
|
||
### **Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV?** | ||
cStor | ||
|
||
### **Are you evaluating or already using in development, CI/CD, production** | ||
Environment Kind: 2 dev and 2 prod cluster (only on-perm uses it), cloud will get handled by eks | ||
|
||
### **Are you using for home use or for your organization** | ||
Organization | ||
|
||
### **A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
we are trying to move apps to container and eventually using k8s to replace current vm environment</br> | ||
openebs provides a way to handle drives and storage, the way we like since most of our usage requires data integrity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
### **Company**: NationTech ([nationtechuae.com](https://nationtechuae.com/)) | ||
We manage our clients infrastructure and do consulting and development over the full IT and Software Stack. | ||
|
||
### **Stateful Applications that you are running on OpenEBS** | ||
Anything our clients require but at the moment | ||
|
||
- ElasticSearch | ||
- Kibana | ||
- Prometheus | ||
- Alertmanager | ||
- Postgresql | ||
- Docker registry | ||
- Odoo | ||
- NextCloud | ||
- Grafana | ||
- Django | ||
- FluentD | ||
- And some more | ||
|
||
### **Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV?** | ||
ZFS-LocalPV | ||
|
||
### **Are you evaluating or already using in development, CI/CD, production** | ||
Using in development and production clusters | ||
|
||
### **Are you using for home use or for your organization** | ||
Mainly organization | ||
|
||
### **A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
Very easy to set up and get to a production grade setup with proper automation, dashboards and alerts. Best thing about it I think is the transparency. There is nothing about openebs/zfs-localpv that feels like a black box and it's something important for us when we are considering deploying a storage solution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
### Company: Optoro (https://www.optoro.com/) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Postgres | ||
- MySQL | ||
- Kafka | ||
- Redis | ||
- ElasticSearch | ||
- Prometheus | ||
- Thanos | ||
|
||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
100% zfs-localpv | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
OpenEBS is the default in all of our baremetal kubernetes environments. | ||
|
||
### Are you using for home use or for your organization | ||
We use OpenEBS to power Optoro's Optiturn Platform. | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
The vast majority of applications are able to better handle failover and replication than a block level device. Instead of introducing another distributed system into an already complex environment, OpenEBS's localPVs allow us to leverage fast local storage. Additionly, by leveraging ZFS we are able to have encryption at rest for all of our workloads, compression, and the piece of mind of a COW based filesystem. OpenEBS has allowed us to not introduce a complicated distributed system into our platform. The adoption has been smooth and completely transparent to our end users. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
### Company: Orange (https://www.orange.com/en/home) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Prometheus | ||
- Alertmanager | ||
- Chartmuseum | ||
- Harbor | ||
- Gitlab | ||
- PostgreSQL | ||
- Redis | ||
- OpenLdap | ||
- RabbitMQ | ||
- MySQL | ||
- MinIO | ||
- Metabase | ||
- KubeApps | ||
... | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
cStor and LocalPV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Already using in dev and next release will be use in production | ||
|
||
### Are you using for home use or for your organization | ||
|
||
Using for the organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
Installed on several K8S deployed by bosh. It gives same storageclass on our different IaaS (openstack/cloudwatt/vsphere). | ||
The excellent support and responsiveness provided by the OpenEBS team is highly appreciated. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
### Company: [Plaid Cloud](https://github.com/PlaidCloud) | ||
|
||
### Stateful Applications that we are running on OpenEBS | ||
|
||
- Redis | ||
- Prometheus | ||
- Elasticsearch | ||
- PostgreSQL | ||
- Some home-grown stuff | ||
|
||
### Type of OpenEBS Storage Engines behind the above applications | ||
|
||
- **cStor** (for "monitoring" apps like Prometheus and Elasticsearch) | ||
- **Local PV** (for "customer-facing" apps like Redis, PostgreSQL, and our own) | ||
|
||
Initially we used cStor for all of our apps (separated into "fast" and "slow" storage pools), but recently moved our performance-sensitive workloads to use Local PVs. | ||
|
||
### Are you evaluating or already using in development, CI/CD, production? | ||
|
||
We are in the process of migrating our entire application stack to kubernetes, and so our environments are primarily evaluation. However, we are currently running customer workloads internally on our evaluation cluster, so OpenEBS is being used as close to production as it can be. | ||
|
||
### Are you using for home use or for your organization? | ||
|
||
We intend to use it in hosting https://plaidcloud.com for our organization once we complete our migration. | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
Initially we used Portworx, but maintaining an external etcd cluster was troublesome for us and the cost of the setup was a bit excessive for an evaluation. So we evaluated OpenEBS as an alternative and it fit our needs well: | ||
- Relatively simple to install and configure (especially with recent versions). | ||
- Supports kubernetes-native operations. | ||
- Fast (Local PVs have had a noticeable improvement on the performance of our applications). | ||
- Very active project, good documentation, excellent support. | ||
|
||
Definitely happy with OpenEBS so far. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### **Company**: Realworks BV ([realworks.nl](https://www.realworks.nl/)) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
Strimzi operator Kafka, Spilo operator Postgres ... and possibly more on the way. | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
Hostpath local PV | ||
|
||
### Environment | ||
Production & Development | ||
|
||
### Usage | ||
Moving all operations to Kubernetes | ||
|
||
### Why OpenEBS? | ||
- NFS semantics are not safe with Kafka or Postgres; | ||
- NFS performance sucks for busy data stores | ||
- CSI standard | ||
- Ease of use | ||
- Ability to install only the required features | ||
|
||
OpenEBS just works, and it was easy to drop it in as a replacement for our NFS storage. Kudos! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### **Company**: Reformational Study Centre ([refstudycentre.com](https://www.refstudycentre.com/)) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Drupal | ||
- Grafana | ||
- Moodle | ||
- MariaDB | ||
- Apache Solr | ||
- Verdaccio (Private NPM registry) | ||
|
||
Probably more that I'm forgetting now. All our stateful stuff is on ZFS datasets provisioned by OpenEBS :) | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
Local ZFS PVs | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Production and development. | ||
|
||
### Are you using for home use or for your organization | ||
Organization: Reformational Study Centre -- ([www.refstudycentre.com](https://www.refstudycentre.com/)) | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects | ||
- This is a super easy way of creating isolated file systems of any size. | ||
- Instant snapshots are amazing for backups and development (i.e. cloning a large production site instantly and working on that). This requires some fancy custom scripting with kubectl, but it would have been slow or impossible without openebs/zfs-localpv. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### **Company**: Sharecare, Inc. ([sharecare.com](https://www.sharecare.com/)) | ||
|
||
### **Stateful Applications that you are running on OpenEBS** | ||
Prometheus, internal applications | ||
|
||
### **Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV?** | ||
cStor | ||
|
||
### **Are you evaluating or already using in development, CI/CD, production** | ||
We are using OpenEBS in multiple production clusters | ||
|
||
### **Are you using for home use or for your organization** | ||
For my organization | ||
|
||
### **A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
OpenEBS allows us to provision persistent storage that overcomes the "Stuck EBS" problem in AWS. It also allows us to feel confident that we could utilize persistent storage if we ever have to switch to running on bare metal in a datacenter. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
### Company: | ||
|
||
Stratus5 | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
|
||
* Redis | ||
* Ceryx | ||
* MySQL, MariaDB | ||
* Wordpress | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
|
||
cStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
|
||
Already using in dev and next release will be use in production | ||
|
||
### Are you using for home use or for your organization | ||
|
||
Using for the organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
We are using OpenEBS to store certificates for Ceryx router-loadbalancer with NFS on OpenEBS cstor volumes. Also for Redis for the same setup of API programmable routing clusters (ceryx+redis+custom agent). We also experimenting with Wordpress and MySQL, MariaDB setup with persistent volumes on OpenEBS. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
### Company: SurplusCI (https://surplusci.com/) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Postgres | ||
- KubeVirt (qemu) | ||
- Grafana | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
Jiva and ZFS LocalPV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
- Evaluation (over the years I don't think there's an offering I haven't evaluated except for NFS provisioner) | ||
- Production (ZFS LocalPV for all my machines) | ||
|
||
### Are you using for home use or for your organization | ||
Organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your project | ||
SurplusCI uses ZFS LocalPV (where it previously used Ceph) to speed up DinD workloads running on our runners. | ||
|
||
The performance degradation of using Rook/Ceph (which is to be expected, it's there with Jiva/cStor and Mayastor to a lesser extent) and lack of a need for absolute high availability/durability on runner instances means that LocalPV gives superior performance, and the ability to even run things like Ceph on top of LocalPV. | ||
|
||
The disks connected to my nodes are known to be a little flaky so RAID1 is recommended and normally preinstalled (Hetzner), so I was considering going with one of two setups: | ||
|
||
- RAID1 (via mdadm) + openebs/rawfile-localpv (+/- Ceph/Jiva/cStor on top if needed) | ||
- Problem here is that I'm not protected from faulty drives (via checksumming) unless using Ceph w/ Bluestore | ||
- RAID1 (via mdadm) on some disks + ZFS pool + openebs-zfs-localpv (+/- Mayastor/Ceph/Jiva/cStor/NFS on top if needed) | ||
- Here I have reliable data at the bottom (mirrored pool & checksumming), access to speedy local disks when I need it (ex. databases), and ability to still use high availability/durability solutions with a slight performance hit using ZVOL block volumes) | ||
|
||
Obviously, in both situations OpenEBS is crucial to managing the underlying disks and providing dynamically provisioned PVs! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### **Company**: Surveily ([surveily.com](https://surveily.com/)) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
CVAT | ||
NVIDIA Triton | ||
Keycloak | ||
Bitwarden | ||
Elasticsearch | ||
PostgresDB | ||
Cassandra | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
Jiva | ||
|
||
### Are you using for home use or for your organization | ||
Organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
We are using microk8s in production and OpenEBS allows us to create multi-node clusters with high availability at minimum time investment. We were looking for a seamless transparent tool to get the distributed storage working and OpenEBS is the tool that we believe will facilitate our needs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### **Company**: Teknologi Anak Rantau Indonesia ([tari.co.id](https://tari.co.id)) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
We're running Minio S3 compatible object storage | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
cStor with CSPC | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
We're implement OpenEBS on all kubernetes cluster that we have. | ||
|
||
### Are you using for home use or for your organization | ||
both, home and organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
OpenEBS helping us a lot by using the CSPC provisioner, we're still learn how to use and manage the openebs, but for now we're using openebs for our minio object storage and next we will deploy centralized logging and store the logs data on the openebs. Found a lot of trouble but the OpenEBS community is really helping us a lot, and we believe OpenEBS can fullfill what we need |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### **Company**: TenxCloud ([tenxcloud.com](https://www.tenxcloud.com)) | ||
### **User**: Lei ([github.com/nkwangleiGIT](https://github.com/nkwangleiGIT)) | ||
|
||
### **Stateful Applications that you are running on OpenEBS** | ||
Kubevirt, middlewares like MySQL、Redis、Kafka、RabbitMQ、MinIO etc... | ||
|
||
### **Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV?** | ||
Hostpath & LVM local PV | ||
|
||
### **Are you evaluating or already using in development, CI/CD, production** | ||
Hostpath for production and development environment, LVM for testing and move to production once verified. | ||
|
||
### **Are you using for home use or for your organization** | ||
For both home and organization: TenxCloud, https://www.tenxcloud.com | ||
|
||
### **A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
Easy to use, active github project. | ||
Developed using golang, better for maintenance and community contribution. | ||
Use local PV for better performance, and LVM for better isolation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Company: TOBG Services Ltd (https://www.tobg.com.de/) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
- Postgresql, Confluence, Gitlab | ||
- Bitcoin Full Node, Bitcoin Lightning Nodes, BTCPay, Cardano Nodes and Pool | ||
- Docker Registry, Prometheus, Grafana, Zabbix monitoring, ELK | ||
|
||
### Type of OpenEBS Storage Engine(s) | ||
cStor, LocalPV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Production & Development | ||
|
||
### Are you using for home use or for your organization | ||
Dev and Production environment for DLT business | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
Relative simple installation, high flexibility, robust, outstanding support even on Sunday! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
_Cost effective alternative to AWS EBS_ | ||
|
||
**Stateful Applications that you are running on OpenEBS** | ||
- Elasticsearch | ||
|
||
**Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV** | ||
- cStor | ||
|
||
**Are you evaluating or already using in development, CI/CD, production** | ||
- In "POC" | ||
|
||
**Are you using for home use or for your organization** | ||
- For use in home lab, potential organizational use in the future based on technical needs | ||
|
||
**A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
- OpenEBS offers an interesting replacement for aws | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### User: Rytis Ilciukas ([linkedin.com/in/rytis-ilciukas](https://linkedin.com/in/rytis-ilciukas)) | ||
|
||
I'm running True NAS Scale with OpenEBS (Local PV) + FluxCD | ||
|
||
### **Stateful Applications that you are running on OpenEBS** | ||
|
||
- ownCloud | ||
- Jellyfin | ||
- PhotoPrism | ||
- filebrowser | ||
- pyLoad | ||
|
||
### **Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV?** | ||
ZFS-LocalPV | ||
|
||
### **Are you evaluating or already using in development, CI/CD, production** | ||
Evaluating for Home NAS | ||
|
||
### **A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
I'm using True NAS Scale with Flux CD to fully describe the desired state of my NAS. OpenEBS + Flux CD allows me to define my applications, their configs and storage needs (ZPool Datasets) in git without needing to interact with True NAS Scale UI. Since the entire state is version controlled disaster recovery should be a cake walk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### Stateful Applications that you are running on OpenEBS | ||
PostgreSQL, MariaDB, Prometheus | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
cStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Development & Staging environments | ||
|
||
### Are you using for home use or for your organization | ||
Home mostly | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
Alerting & Monitoring (Prometheus), easy to setup using dynamic provisioning, Easy to configure Helm charts in K8s. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
_Home Lab - 6 Nodes_ | ||
|
||
**Stateful Applications that you are running on OpenEBS** | ||
- Percona Cluster | ||
- OpenZwave storage | ||
- Traefik | ||
- librenms | ||
- Multiple MQTT brokers | ||
- More private stuff | ||
- Unifi (ubnt) | ||
- Multiple other stateful applications | ||
|
||
**Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV** | ||
- cStor | ||
|
||
**Are you evaluating or already using in development, CI/CD, production** | ||
- Home production | ||
|
||
**Are you using for home use or for your organization** | ||
- For use in home lab | ||
|
||
**A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
- Home cluster mix of Arm and Intel i3 based. | ||
- 2x Intel NUC (i3) | ||
- 3x Raspberry pi (4GB memory) | ||
- 1x NAS/Custom build machine | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### Stateful Applications that you are running on OpenEBS | ||
- Graylog | ||
- Zabbix | ||
- Authelia | ||
- Guacamole (Elastic, MySQL, MongoDB, Redis) | ||
|
||
### Type of OpenEBS Storage Engines behind the above application | ||
ZFS Local PV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Non-critical production | ||
|
||
### Are you using for home use or for your organization | ||
Home, contractor work, potentially in organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
Running 3 node k3s cluster for IT monitoring and administration purposes. Set it up mostly to learn Kubernetes way. And to consolidate workloads in three vms and save some euro. OpenEBS with LocalPV is the proper way to bring ZFS goodies into K8S world. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
### Home Baremetal MultiArch Cluster | ||
|
||
NAS Intel i5 16 GB RAM ZFS 12 TB (amd64) | ||
3x RPI4 8 GB (aarch64) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
|
||
- Postgres | ||
- Prometheus | ||
- Mongodb | ||
- Concourse | ||
- Harbor | ||
- openldap | ||
- NextCloud | ||
|
||
and more | ||
|
||
### Type of OpenEBS Storage Engine(s) | ||
|
||
cStor deployed on multiarch | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
|
||
CI/CD - **check** | ||
Production Applications for myself - **check** | ||
Development - **check** | ||
|
||
### Are you using for home use or for your organization | ||
|
||
home use | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
Im running for 3+ Years a Baremetal Kubernetes Cluster at home - 4 Intel Nodes in total - the PVC was done before with rook / NFS / Native Ceph / GlusterFS | ||
Most of the time i sticked to 3 Node Rook Ceph setup - which works good but has a lot of Memory usage especially on a long running enviroment. | ||
Also i wanted to shift to aarch64 since the RPI4 8GB versions reached the marked out of power consumption reasons. | ||
|
||
### A big **Thank you** to the OpenEBS slack channel support people | ||
|
||
thanks ! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
_RPI Dramble CLuster for Home Use_ | ||
|
||
**Stateful Applications that you are running on OpenEBS** | ||
- NGINX | ||
- MariaDB | ||
- Homegrown programs | ||
|
||
**Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV** | ||
- OpenEBS Dynamic LocalPV, Jiva (local iSCSI Server) | ||
|
||
**Are you evaluating or already using in development, CI/CD, production** | ||
- In development, but soon to be in home-based production | ||
|
||
**Are you using for home use or for your organization** | ||
- Using in the home web project and using it as a lab example of OpenEBS to potential clients. | ||
|
||
**A brief description of the use case or details on how OpenEBS is helping your projects** | ||
- Raspberry PI Kubernetes-based Dramble project using NGINX web server and MariaDB. Various programs to auto build content on NGINX with content stored in MariaDB. OpenEBS is to be used initially as a way to abstract storage in a cluster and pools it as a resource but, now, will be used to enable the automated mapping of a node to the data and properly normalizing content based on content type and not necessarily include nodename. It just makes things easier! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Stateful Applications that you are running on OpenEBS | ||
|
||
* Gitlab | ||
* Prometheus | ||
* Grafana | ||
* Nexus | ||
* Elasticsearch | ||
* RabbitMQ | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
|
||
* LocalPV and in some cases cStor, I would like also test MayaStor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
|
||
* I have OpenEBS on development and production clusters | ||
|
||
### Are you using for home use or for your organization | ||
|
||
* I have various projects which I used OpenEBS on. | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects: | ||
|
||
* Mainly as storage backend to have complete agnostic approach to make easiness of operations part. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
### Company: | ||
|
||
Organization Name: eraNET | ||
Website - https://eranet.cloud | ||
|
||
Organization Name: Renthopper | ||
Website - https://renthopper.co.uk | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
|
||
* Ruby on Rails with ActiveStorage | ||
* Redmine | ||
* Docker registry | ||
* ownCloud | ||
* Mattermost | ||
* Bitbucket | ||
* Jira | ||
* Blynk | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
|
||
cStor, could test Mayastor | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
|
||
production & test | ||
|
||
### Are you using for home use or for your organization | ||
|
||
Using for home and organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
|
||
* Community driven | ||
* OpenEBS solves failover issue out of the box when having a new product without time consuming | ||
- nodes are in different locations and connected through VPN TUN using Calico | ||
- so interested in high-availability when some nodes don't excel with great uptime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
_backup solution for home laptop_ | ||
|
||
**Stateful Applications that you are running on OpenEBS** | ||
- Minio | ||
|
||
**Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV** | ||
- cStor | ||
|
||
**A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
- Restic uploads my laptop to Minio running on my home Kubernetes cluster. Minio runs on a 2 replica OpenEBS cStor PV . A `mc mirror` pod then watches the bucket and uploads it's content to the cloud. I get full speed backups on my laptop and still have a cloud copy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
### Stateful Applications that you are running on OpenEBS | ||
- [Concourse CI](https://concourse-ci.org/) | ||
- [Mattermost](https://mattermost.org/) | ||
- [Minio](https://min.io/) | ||
- Few game servers | ||
- Bunch of micro services | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
ZFS Local PV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Already in production and development | ||
|
||
### Are you using for home use or for your organization | ||
Personal | ||
|
||
### Why OpenEBS: | ||
Nobody else provides decent ZFS provisioner (only alternative which uses NFS does not count) | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
Hosting hobby projects for me and my friends. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
### Stateful Applications that you are running on OpenEBS | ||
- [Coder](https://coder.com) | ||
- [Mattermost](https://mattermost.org/) | ||
- [Minio](https://min.io/) | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
cStor all the way! | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Poduction | ||
|
||
### Are you using for home use or for your organization | ||
Personal applications but to build professional skills | ||
|
||
### Why OpenEBS: | ||
Want to stay Kubernetes agnostic and OpenEBS seemed prosmising when I started using it in 2019. It's only gotten better since then! | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
Practicing day 2 management of a vanilla Kubernetes cluster on bare metal. The whole purpose is to build empathy for practioners such as system administrators and DevOps teams who need to keep clusters running. | ||
|
||
The systems run in the cluster serve as [MacGuffins](https://en.wikipedia.org/wiki/MacGuffin) to keep the cluster healthy and suppress the urge to delete the whole thing and start fresh. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
**Engine:** cStor, might be adding Local PV | ||
|
||
**Applications:** PostgreSQL, Redis, Factorio (video game server) | ||
|
||
**Future Applications:** NAS, Domain Controller, MinIO, and possibly more. | ||
|
||
**Stability:** One Cluster To Rule Them All! (Dev/Prod hybrid, homelab) | ||
|
||
**Environment Kind:** Homelab! | ||
|
||
OpenEBS is making it easy for me to put storage and compute on the same cheap hardware, and make that storage available to whatever workload might need it. When the lab is done, I expect the cluster to be fairly dense with functionality. Workloads vary between latency-sensitive databases and simple slow-but-reliable file storage. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
_ARM64 cluster in a home-lab setting_ | ||
|
||
**Stateful Applications that you are running on OpenEBS** | ||
- Wordpress | ||
- MariaDB | ||
|
||
**Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV** | ||
- Jiva | ||
|
||
**Are you evaluating or already using in development, CI/CD, production** | ||
- In "production" | ||
|
||
**Are you using for home use or for your organization** | ||
- For use in home lab, potential organizational use in the future based on technical needs | ||
|
||
**A brief description of the use case or details on how OpenEBS is helping your projects.** | ||
- I have a small Raspberry Pi-based Kubernetes cluster (using k3s.io), operating using the official Raspbian 64-bit kernel. My cluster is capable of running arm (32bit) or arm64 containers, and for OpenEBS I'm using the new arm64 images recently published. My home lab setup is small (3 nodes), but they have external storage attached and it's helpful to know that if one node goes down, the pods can safely migrate to another node and be recreated with the same storage. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
### Stateful Applications that you are running on OpenEBS | ||
|
||
- Ghost blog | ||
- MariaDB | ||
- Argo Workflows | ||
- MinIO | ||
- Prometheus | ||
- Redis | ||
- Private apps | ||
|
||
All of these Applications are running in a Bare-Metal Kubernetes cluster. | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
|
||
Local PV and Jiva. | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
|
||
Using OpenEBS in both development and production. | ||
|
||
### Are you using for home use or for your organization | ||
|
||
- Home use mainly, for my side projects. | ||
- Eager to suggest using OpenEBS for stateful workloads used at work. | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects: | ||
|
||
- Well-written documentation with practical guides | ||
- Simplicity of installation and use | ||
- Low-resource usage and no vendor lock-in | ||
- Very responsive team and active community |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### Stateful Applications that you are running on OpenEBS | ||
[Agones](https://agones.dev/site/) | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
ZFS Local PV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Already in development | ||
|
||
### Are you using for home use or for your organization | ||
Personal | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
I use OpenEBS ZFS Local PV to provision various game servers and I have been evaluating OpenEBS and its CSI capabilities | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
**OpenEBS storage engine:** cStor | ||
|
||
**Stateful applications:** BareOS, Postfix Mail Relay, NextCloud, Nexus Repository, Plex | ||
|
||
**Environment:** Production & Development | ||
|
||
**Usage:** Home use for now, evaluating in organization | ||
|
||
**Why OpenEBS:** Simplicity of installation, relatively low on resources, excellent support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### Company: Verizon Media ([verizonmedia.com](https://www.verizonmedia.com/)) | ||
|
||
### Stateful applications: | ||
- Jenkins | ||
- IDOL license server | ||
|
||
### OpenEBS storage engine: | ||
Jiva | ||
|
||
### Environment: | ||
Production & Development | ||
|
||
### Usage: | ||
Organization | ||
|
||
### Why OpenEBS: | ||
Easy to setup, stable, excellent support, active project |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
### **Company**: Zeta Associates ([zai.com](https://www.zai.com/#/)) | ||
|
||
### Stateful Applications that you are running on OpenEBS | ||
Elasticsearch, MariaDB, minio, postgresql, prometheus, kafka, cassandra | ||
|
||
### Type of OpenEBS Storage Engines behind the above application - cStor, Jiva or Local PV? | ||
ZFS LocalPV | ||
|
||
### Are you evaluating or already using in development, CI/CD, production | ||
Using ZFS localPV in production and test | ||
Evaluating cStor. | ||
Plan to evaluate Mayastor soon. | ||
|
||
### Are you using for home use or for your organization | ||
Organization | ||
|
||
### A brief description of the use case or details on how OpenEBS is helping your projects. | ||
Dynamic local provisioning with ZFS localPV was easy to set up, very stable, works great. | ||
Great support from the OpenEBS developers. |