https://github.com/openebs-archive/jiva-operator
Kubernetes Operator for managing Jiva Volumes via custom resource.
https://github.com/openebs-archive/jiva-operator
go hacktoberfest kubernetes openebs storage
Last synced: 29 days ago
JSON representation
Kubernetes Operator for managing Jiva Volumes via custom resource.
- Host: GitHub
- URL: https://github.com/openebs-archive/jiva-operator
- Owner: openebs-archive
- License: apache-2.0
- Created: 2019-10-23T10:00:39.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-29T13:14:45.000Z (about 1 year ago)
- Last Synced: 2025-03-25T09:51:08.309Z (about 2 months ago)
- Topics: go, hacktoberfest, kubernetes, openebs, storage
- Language: Go
- Homepage: https://openebs.io
- Size: 725 KB
- Stars: 46
- Watchers: 12
- Forks: 44
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# Jiva Operator
[](https://github.com/openebs/jiva-operator/actions/workflows/build.yml)
[](https://kubernetes.slack.com/messages/openebs)
[](https://hackmd.io/hiRcXyDTRVO2_Zs9fp0CAg)
[](https://twitter.com/intent/follow?screen_name=openebs)
[](https://github.com/openebs/jiva-operator/blob/HEAD/CONTRIBUTING.md)
[](https://goreportcard.com/report/github.com/openebs/jiva-operator)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenebs%2Fjiva-operator?ref=badge_shield)
[](https://github.com/openebs/jiva-operator/releases)
[](https://hub.docker.com/repository/docker/openebs/jiva)
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](./ADOPTERS.md).
## 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
- [Quickstart guide](docs/quickstart.md)
## Supported Features
- [x] Dynamic provisioning
- [x] Enforced volume size limit
- [x] Thin provisioned
- [x] High Availability
- [x] Access Modes
- [x] ReadWriteOnce
- [x] ReadWriteMany (using NFS)
- ~~ReadOnlyMany~~
- [x] Volume modes
- [x] `Filesystem` mode
- [x] `Block` mode
- [x] Volume metrics
- [x] Supports fsTypes: `ext4`, `btrfs`, `xfs`
- [x] Online expansion: If fs supports it (e.g. ext4, btrfs, xfs)
- [x] Backup and Restore (using Velero)
- [x] Supports OS/ARCH: linux/arm64, linux/amd64### Contributing
OpenEBS welcomes your feedback and contributions in any form possible.
- [Join OpenEBS community on Kubernetes Slack](https://kubernetes.slack.com)
- Already signed up? Head to our discussions at [#openebs](https://kubernetes.slack.com/messages/openebs/)
- Want to raise an issue or help with fixes and features?
- See [open issues](https://github.com/openebs/jiva-operator/issues)
- See [contributing guide](./CONTRIBUTING.md)
- See [Project Roadmap](https://github.com/openebs/openebs/blob/HEAD/ROADMAP.md#jiva)
- Want to join our contributor community meetings, [check this out](https://hackmd.io/mfG78r7MS86oMx8oyaV8Iw?view).
- Join our OpenEBS CNCF Mailing lists
- For OpenEBS project updates, subscribe to [OpenEBS Announcements](https://lists.cncf.io/g/cncf-openebs-announcements)
- For interacting with other OpenEBS users, subscribe to [OpenEBS Users](https://lists.cncf.io/g/cncf-openebs-users)
### Code of conductPlease read the community code of conduct [here](./CODE_OF_CONDUCT.md).
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fopenebs%2Fjiva-operator?ref=badge_large)