ScyllaDB University Live | Free Virtual Training Event
Learn more
ScyllaDB Documentation Logo Documentation
  • Deployments
    • Cloud
    • Server
  • Tools
    • ScyllaDB Manager
    • ScyllaDB Monitoring Stack
    • ScyllaDB Operator
  • Drivers
    • CQL Drivers
    • DynamoDB Drivers
    • Supported Driver Versions
  • Resources
    • ScyllaDB University
    • Community Forum
    • Tutorials
Install
Search Ask AI
ScyllaDB Docs ScyllaDB Operator Deploy ScyllaDB Install ScyllaDB Manager
For AI agents: a documentation index is available at https://operator.docs.scylladb.com/v1.21/llms.txt. A Markdown version of this page is at https://operator.docs.scylladb.com/v1.21/deploy-scylladb/install-scylladb-manager.md.

Install ScyllaDB Manager¶

ScyllaDB Manager provides automated repair and backup scheduling for ScyllaDB clusters. With Manager installed, ScyllaDB Operator can:

  • Schedule backups — automatically snapshot your data and upload it to object storage.

  • Schedule repairs — run automated anti-entropy repairs to keep data consistent across replicas.

  • Restore from backup — recover a ScyllaDB cluster from a previously created backup snapshot. See Restore from backup.

For details on how Manager integrates with the Operator, see ScyllaDB Manager.

Prerequisites¶

  • ScyllaDB Operator installed and running. See Install with Helm or Install with GitOps.

  • Nodes configured with the local CSI driver installed. Manager deploys a small internal ScyllaCluster that uses the storage class provided by the local CSI driver. See Configure nodes.

Install ScyllaDB Manager¶

ScyllaDB Manager deploys into the scylla-manager namespace. It runs a small internal ScyllaCluster for its own state.

Note

ScyllaDB Manager must be installed in the scylla-manager namespace. The Operator expects Manager in this namespace and will not discover it otherwise.

Apply the manifest:

kubectl -n=scylla-manager apply --server-side -f=https://raw.githubusercontent.com/scylladb/scylla-operator/v1.21/deploy/manager-prod.yaml

Install the Helm chart:

helm install scylla-manager scylla/scylla-manager \
  --create-namespace \
  --namespace scylla-manager

Wait for Manager to become available:

kubectl -n=scylla-manager rollout status --timeout=10m deployment.apps/scylla-manager

Verify the installation¶

Check that the Manager Pod is running:

kubectl -n=scylla-manager get pods

You should see the scylla-manager Deployment Pod and one or more Pods for the internal Manager ScyllaCluster.

Next steps¶

  • ScyllaDB Manager — understand Manager architecture, task synchronization, and security.

Was this page helpful?

PREVIOUS
Reference deployment: OpenShift
NEXT
Set up networking
  • Create an issue
  • Edit this page

On this page

  • Install ScyllaDB Manager
    • Prerequisites
    • Install ScyllaDB Manager
    • Verify the installation
    • Next steps
ScyllaDB Operator
Search Ask AI
  • v1.21
    • master
    • v1.21
    • v1.20
    • v1.19
    • v1.18
  • Get Started
    • What Is ScyllaDB Operator?
    • ScyllaDB Concepts on Kubernetes
  • Install Operator
    • Provision infrastructure
      • Set up a GKE cluster for ScyllaDB
      • Set up an EKS cluster for ScyllaDB
      • Set up an OKE cluster for ScyllaDB
      • Set up an OpenShift cluster for ScyllaDB
    • Install with GitOps
    • Install with Helm
    • Install on OpenShift
  • Deploy ScyllaDB
    • Before you deploy
      • Set up dedicated node pools
      • Configure CPU pinning
      • Configure nodes
      • Configure ScyllaDB Operator
    • Deploy your first cluster
    • Reference deployments
      • Reference deployment: GKE
      • Reference deployment: EKS
      • Reference deployment: OKE
      • Reference deployment: OpenShift
    • Install ScyllaDB Manager
    • Set up networking
      • Configure external access
      • IPv6 networking
        • Getting started with IPv6 networking
        • Configure dual-stack networking
        • Configure IPv6-only networking
        • Migrate clusters to IPv6
        • Troubleshoot IPv6 networking issues
        • IPv6 networking concepts
    • Set up monitoring
      • Set up ScyllaDB Monitoring
      • Set up ScyllaDB Monitoring on OpenShift
      • Expose Grafana
    • Production checklist
  • Connect Your App
    • Connect via CQL
    • Alternator (DynamoDB API)
    • Discovery endpoint
  • Understand
    • Storage
    • Tuning
    • ScyllaDB Manager
    • Networking
    • ScyllaDB Monitoring overview
    • Bootstrap synchronisation
    • Automatic data cleanup
    • Sidecar and pod anatomy
    • Ignition
    • Pod disruption budgets
    • Security
    • StatefulSets and racks
  • Operate
    • Scale, add, remove racks
    • Replace nodes
    • Expand storage volumes
    • Use maintenance mode
    • Back up and restore
    • Restore from backup
    • Perform a rolling restart
    • Migrate a rack to a new node pool
    • Pass additional ScyllaDB arguments
    • Configure precomputed IO properties
  • Upgrade
    • Upgrading ScyllaDB Operator
    • Upgrading ScyllaDB clusters
  • Troubleshoot
    • Investigate pod restarts
    • Change log level on a live cluster
    • Recover from a failed node replace
    • Troubleshoot performance
    • Collect debugging information
      • Collect data with must-gather
      • must-gather contents
      • Query system tables for debugging
    • Collect core dumps
  • Reference
    • API Reference
      • scylla.scylladb.com
        • NodeConfig (scylla.scylladb.com/v1alpha1)
        • RemoteKubernetesCluster (scylla.scylladb.com/v1alpha1)
        • RemoteOwner (scylla.scylladb.com/v1alpha1)
        • ScyllaCluster (scylla.scylladb.com/v1)
        • ScyllaDBCluster (scylla.scylladb.com/v1alpha1)
        • ScyllaDBDatacenterNodesStatusReport (scylla.scylladb.com/v1alpha1)
        • ScyllaDBDatacenter (scylla.scylladb.com/v1alpha1)
        • ScyllaDBManagerClusterRegistration (scylla.scylladb.com/v1alpha1)
        • ScyllaDBManagerTask (scylla.scylladb.com/v1alpha1)
        • ScyllaDBMonitoring (scylla.scylladb.com/v1alpha1)
        • ScyllaOperatorConfig (scylla.scylladb.com/v1alpha1)
    • Feature gates
    • IPv6 configuration reference
    • Releases
    • Known issues
    • Conditions reference
    • nodetool alternatives
  • Contributing to ScyllaDB Operator
Docs Tutorials University Contact Us About Us
© 2026, ScyllaDB. All rights reserved. | Terms of Service | Privacy Policy | ScyllaDB, and ScyllaDB Cloud, are registered trademarks of ScyllaDB, Inc.
Last updated on 21 July 2026.
Powered by Sphinx 9.1.0 & ScyllaDB Theme 1.9.3