Skip to content

openebs/jiva-operator

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 29, 2021 19:02
November 22, 2023 22:24
September 12, 2021 07:59
October 23, 2019 15:30

Jiva Operator

Build Status Slack Community Meetings Twitter PRs Welcome Go Report Card FOSSA Status Releases Docker Pulls

OpenEBS Logo

OpenEBS Jiva Operator can be used to dynamically provision highly available Kubernetes Persistent Volumes using local (ephemeral) storage available on the Kubernetes nodes.


Overview

Jiva Operator helps with managing the lifecycle and operations on Jiva Volumes. Jiva Volumes are highly available block volumes that save the data to local storage available on the Kubernetes nodes. Jiva volumes replicate the volume data to multiple nodes to provide resiliency against node failures.

A Jiva Volume comprises of the following Kubernetes components:

  • Jiva Controller Deployment and an associated Service.
  • Jiva Replica StatefulSet with Hostpath Local PVs for saving the data.
  • JivaVolume CR containing the status of the volume.

We are always happy to list users who run Jiva in production, check out our existing adopters.

Compatibility

K8s Version Jiva Version Project Status
1.18+ 2.6.0+ Beta
1.20+ 2.12.0+ Beta
1.21+ 3.2.0+ Stable

Usage

Supported Features

  • Dynamic provisioning
  • Enforced volume size limit
  • Thin provisioned
  • High Availability
  • Access Modes
    • ReadWriteOnce
    • ReadWriteMany (using NFS)
    • ReadOnlyMany
  • Volume modes
    • Filesystem mode
    • Block mode
  • Volume metrics
  • Supports fsTypes: ext4, btrfs, xfs
  • Online expansion: If fs supports it (e.g. ext4, btrfs, xfs)
  • Backup and Restore (using Velero)
  • Supports OS/ARCH: linux/arm64, linux/amd64

Contributing

OpenEBS welcomes your feedback and contributions in any form possible.

Code of conduct

Please read the community code of conduct here.

License

FOSSA Status