You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the project, I skimmed through it and this indeed super useful! 👍🏿 🙏🏿
We have a few scyllaDB clusters deployed on our self hosted kubernetes clusters using the OSS scylla operator, I currently manage the repair tasks using cassandra reaper and I am trying to make cassandra medusa work for the backups 🙂
I believe this only works with non container based scyllaDB deployments atm and use traditional ssh for connecting to scyllaDB nodes, it would be great if we could add support for container based environments as well, so that people having container based scyllaDB environments can leverage this for the backups and repairs instead of relying multiple tools, Thanks 🙂
The text was updated successfully, but these errors were encountered:
prasus
changed the title
Add support for container/K8s based ScyllaDB deployments!
Support for ScyllaDB deployments in Kubernetes.
Oct 26, 2021
I understand this could be a useful feature, and I can see how repair can work via scylla REST API or JMX interface.
However, our backup procedure heavily depends on shell commands and awscli, so I don't think it can work without SSH. Maybe it would be easier to just run SSH servers in your docker containers?
Greetings!
Thanks for the project, I skimmed through it and this indeed super useful! 👍🏿 🙏🏿
We have a few scyllaDB clusters deployed on our self hosted kubernetes clusters using the OSS scylla operator, I currently manage the repair tasks using cassandra reaper and I am trying to make cassandra medusa work for the backups 🙂
I believe this only works with non container based scyllaDB deployments atm and use traditional ssh for connecting to scyllaDB nodes, it would be great if we could add support for container based environments as well, so that people having container based scyllaDB environments can leverage this for the backups and repairs instead of relying multiple tools, Thanks 🙂
The text was updated successfully, but these errors were encountered: