OpenEBS Container Attached Storage

Images From Openebs Preface About OpenEBS OpenEBS is an open source storage project running on Kubernets, in line with the CAS (Container Attached Storage) architecture. All of its components run at the user level and belong to the cloud-native distributed file system on k8s. OpenEBS file system provides the following categories of features , each feature can be used in a particular environment solution . cStor: supports fault tolerance, high availability, replica copy, snapshot, clone, etc. Its backend is supported by ZFS. ...

October 18, 2020 · 11 min · alexchen

Create Gluste Filesystem Cluster

Introduction to glusterfs glusterfs A distributed network filesystem, used as a shared permanent storage filesystem in kubernetes, so I took the opportunity to study it. Build process Preparation prepare three servers that can access each other operating system Linux (ubuntu or centos) Install gluster server For details of the quick installation process, see Quick Start Guide See Install Guide for details of the installation process. Since I chose Centos 7.x as my operating system, all the following operations are done on Centos. ...

April 15, 2020 · 5 min · alexchen