Files
sql-server-samples/samples/features/sql-big-data-cluster/deployment
Ben Weissman 487f6b8adc separate SP creation (#749)
* separate SP creation

separated Service Principal creation of aks due to issues on some machines with integrated SP creation
fixed typo in README

* Update deploy-sql-big-data-aks.py

removed JSON output
2020-03-10 09:46:43 -07:00
..
2020-03-10 09:46:43 -07:00
2020-02-14 09:52:53 -08:00
2019-10-10 08:18:40 -07:00
2019-07-23 18:20:15 -07: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.