Files
sql-server-samples/samples/features/sql-big-data-cluster/deployment
David Browne 72f2059693 Adding kubectl to the prereqs
Install will fail if current kubectl is not installed on your workstation
2018-12-05 19:48:48 -06:00
..
2018-12-05 19:48:48 -06:00
2018-11-01 22:25:34 -07:00
2018-10-16 09:27:53 -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.

Create a Kubernetes cluster using Kubeadm on Ubuntu 16.04 LTS or 18.04 LTS

Use the scripts in the kubeadm folder to deploy Kubernetes over multiple 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.