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
# SQL Server Always On availability group Kubernetes operator parameters
16
+
# Deploy a SQL Server Always On Availability Group on Kubernetes Cluster
17
17
18
-
An Always On availability group on Kubernetes requires an operator. The operator is described in a .yaml file. See an example of the specification in [this tutorial](tutorial-sql-server-ag-kubernetes.md).
18
+
To deploy a SQL Server Always On Availability Group on a Kubernetes Cluster
19
19
20
-
This article explains the operator global environment variables.
20
+
1. Configure the cluster
21
+
22
+
Use a cluster with at least four nodes. One node is the master. The other nodes host SQL Server containers with the replicas. At least three replicas are required for high-availability.
23
+
24
+
1. Configure storage
25
+
26
+
In cloud environments like Azure, configure persistent volumes.
27
+
28
+
1. Create Kubernetes secrets
29
+
30
+
1. Configure and deploy the SQL Server operator manifest
31
+
32
+
Copy the SQL Server operator `.yaml` file from [sql-server-samples](https://github.com/Microsoft/sql-server-samples/tree/master/samples/features/high%20availability/Linux)
33
+
34
+
The `.yaml` file is the deployment manifiest for the Kubernetes.
35
+
36
+
To configure the manifest, update the `.yaml` file for your environment.
0 commit comments