thasviya / openebs

OpenEBS is containerized storage for containers integrated tightly into K8S and other environments and based on distributed block storage and containerization of storage control. OpenEBS derives intent from K8S and other YAML or JSON such as per container QoS SLAs, tiering and replica policies, and more. OpenEBS is EBS API compliant as well.

Home Page:http://openebs.readthedocs.io/en/latest/overview/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenEBS

Build Status Docker Pulls Slack

http://www.openebs.io/

OpenEBS is purpose built storage for containerized environments, written in GoLang, built upon block storage containers we call Virtual Storage Machines or VSMs.

Some of the features provided by a single VSM are:

  • is a set of fully isolated block storage containers,
  • has it's own iSCSI stack,
  • full set of storage management APIs,
  • can distribute application consistent data to another VSM or an S3 compatible storage.

Performant Storage Delivered

OpenEBS can scale to an arbitrarily large number of VSMs as it manages the metadata of the block storage system at a file level. The block storage for each VSM is managed as one single file or directory. Further, the IO to this file is managed through large size chunks rather than the typical small size blocks. This enables OpenEBS to deliver higher performance for each VSM and to scale to a large number of VSMs.

Quick Demo of OpenEBS

OpenEBS Demo

Installation and Getting Started

OpenEBS can be setup in few easy steps either on Physical Machines or VMs. Please follow our Getting Started documentation

Show me the Code

This is a meta-repository for OpenEBS. Here please find various documentation related artifacts and code related to integrating OpenEBS with popular orchestration engines like kubernetes, swarm, mesos, rancher, etc., The core storage and storage orchestration source code is distributed in other repositories under the OpenEBS organization. Please start with the pinned repositories or with OpenEBS Architecture document.

Contributing

OpenEBS is completely Open Source and is makes use of other Open Source projects (listed below). The project is in the early stages of development and we welcome your feedback and contributions in any form possible. If you have not already, please make our day and star us above.

Credits

License

OpenEBS is developed under Apache 2.0 License at the project level. Some components of the project are derived from other opensource projects like Nomad, Longhorn and are distributed under their respective licenses.

About

OpenEBS is containerized storage for containers integrated tightly into K8S and other environments and based on distributed block storage and containerization of storage control. OpenEBS derives intent from K8S and other YAML or JSON such as per container QoS SLAs, tiering and replica policies, and more. OpenEBS is EBS API compliant as well.

http://openebs.readthedocs.io/en/latest/overview/

License:Apache License 2.0


Languages

Language:Shell 67.6%Language:Ruby 26.2%Language:HCL 4.5%Language:Makefile 1.8%