Files
sql-server-samples/samples/features/sql-big-data-cluster/deployment
Guillaume-Fourrat 49fa318dff Adjust permissions
all lines from [setup-k8s-prereqs.sh] basically require elevation, and because there's no sudo prefixing each, running the script under sudo su  context makes sense.
But the setup-k8s-master.sh will do chmod for root instead of current user if run under sudo su (cf use of "id"). It should be run under regular user context I think ?
The need for root context for [setup-volumes-agent.sh] is tied to the bond command, which is linked to another PR which I'll link later.
2019-09-06 18:02:52 +02:00
..
2019-09-04 09:18:35 -07:00
2019-09-06 18:02:52 +02: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.