Pravega is an open source distributed storage service implementing Streams. It offers Stream as the main primitive for the foundation of reliable storage systems: a high-performance, durable, elastic, and unlimited append-only byte stream with strict ordering and consistency.
The Pravega Operator manages Pravega clusters deployed to Kubernetes and automates tasks related to operating a Pravega cluster.The operator itself is built with the Operator framework.
The project is currently beta. While no breaking API changes are currently planned, we reserve the right to address bugs and change the API before the project is declared stable.
For setting up pravega quickly, check our complete Pravega Installation script. For installing pravega on minikube,refer to minikube.
To understand how to deploy a Pravega Operator refer to Operator Deployment.
For upgrading the pravega operator check the document Operator Upgrade.
- Create and destroy a Pravega cluster
- Resize cluster
- Rolling upgrades/Rollback
- Pravega Configuration tuning
- Input validation
Check out the development guide.
The latest Pravega operator releases can be found on the Github Release project page.
We thrive to build a welcoming and open community for anyone who wants to use the operator or contribute to it. Here we describe how to contribute to pravega operator.Contact the developers and community on slack (signup) if you need any help.
Check out the pravega troubleshooting for pravega issues and for operator issues operator troubleshooting.
Pravega Operator is under Apache 2.0 license. See the LICENSE for details.