Files
sql-server-samples/samples/features/sql-big-data-cluster/deployment
2022-01-29 01:22:05 +01:00
..
2020-03-10 09:46:43 -07:00
2021-09-27 13:52:34 -07:00
2022-01-29 01:22:05 +01:00
2021-03-08 10:43:56 -08:00
2021-11-02 21:15:15 -07:00
2021-09-27 13:52:34 -07:00
2020-11-23 14:00:22 -08:00

Creating a Kubernetes cluster for SQL Server 2019 big data cluster

SQL Server 2019 big data cluster is deployed as docker containers on a Kubernetes cluster. These samples provide scripts that can be used to provision a Kubernetes clusters using different environments.

Deploy a Kubernetes cluster using kubeadm

Use the scripts in the kubeadm folder to deploy a Kubernetes cluster over one or more Linux machines (physical or virtualized) using kubeadm utility.

Deploy a SQL Server big data cluster on Azure Kubernetes Service (AKS)

Using the sample Python script in aks folder, you will deploy a Kubernetes cluster in Azure using AKS and a SQL Server big data cluster using on top of it.

Push SQL Server big data cluster images to your own private Docker repository

Using the sample Python script in offline folder, you will push the necessary images required for the deployment to your own repository.

Deploy SQL Server big data clusters (BDC) with Azure Kubernetes service (AKS) private cluster

Using the sample Python script in private-aks folder, you will Deploy SQL Server big data cluster in in your private network with Azure Kubernetes service (AKS) private cluster.

OpenShift manifests and scripts

Use manifests and scripts in openshift folder, to support SQL Server Big Data Clusters on OpenShift.