Kubernetes Operator for Scylla (Pre-release version
⚠️ )
To quickly deploy a Scylla cluster on any Kubernetes cluster, follow the quickstart guide.
The scylla-operator is a Kubernetes operator for managing scylla clusters. Currently it supports:
- Deploying multi-zone clusters
- Scaling up or adding new racks
- Scaling down
- Monitoring with Prometheus and Grafana
Future additions include:
- Integration with Scylla Manager
- Version Upgrade
- Backups
- Restores
Scylla performs the best when it has fast disks and direct access to the cpu. To deploy Scylla with maximum performance, follow the guide for your environment:
If you find a bug or need help running scylla, you can reach out in the following ways:
You can easily build Scylla Operator in your environment:
- Open the Makefile and change the
IMG
environment variable to a repository you have access to. - Run
make publish
and wait for the image to be built and uploaded in your repo.
We would love for you to contribute to Scylla Operator, help make it even better and learn together! Use these resources to help you get started:
#scylla-operator
channel on Slack.- Contributing Guide
This project is based on cassandra operator, a community effort started by yanniszark of Arrikto, as part of the Rook project.