You are looking at the documentation of a prior release. To read the documentation of the latest release, please
visit here.
New to KubeDB? Please start here.
Overview
Microsoft SQL Server, one of the most popular relational database management systems (RDBMS) in the world. KubeDB support for Provisioning SQL Server Availability Group and Standalone SQL Server instance. Utilize SQL Server’s high availability features by deploying instances in availability group mode. KubeDB leverages the Raft Consensus Algorithm for cluster coordination, enabling automatic leader election and failover decisions. Quorum support ensures the reliability and fault tolerance of your SQL Server deployments. You can also deploy SQL Server instances in standalone mode for simple, single-node configurations. KubeDB users can now seamlessly provision and manage SQL Server instances directly within their Kubernetes clusters.
Supported Microsoft SQL Server Features
Features | Availability |
---|---|
Standalone and Availability Group | ✓ |
Authentication & Authorization | ✓ |
Backup/Recovery: Instant, Scheduled ( KubeStash) | ✓ |
Initializing from Snapshot ( KubeStash) | ✓ |
Externally manageable Auth Secret | ✓ |
Reconfigurable Health Checker | ✓ |
Persistent volume | ✓ |
Supported Microsoft SQL Server Versions
KubeDB supports the following Microsoft SQL Server Version.
2022-CU12-ubuntu-22.04
Life Cycle of a Microsoft SQL Server Object
User Guide
- Quickstart MSSQLServer with KubeDB Operator.
- Want to hack on KubeDB? Check our contribution guidelines.