mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
CTP 3.2 updates
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
|
||||
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
|
||||
## __[Deploy a Kubernetes cluster using kubeadm](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)
|
||||
## __[Deploy a SQL Server big data cluster on Azure Kubernetes Service (AKS)](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
|
||||
## __[Push SQL Server big data cluster images to your own private Docker repository](offline/)__
|
||||
|
||||
Using the sample Python script in **offline** folder, you will push the necessary images required for the deployment to your own repository.
|
||||
+4
-4
@@ -6,7 +6,7 @@ Using this sample bash script, you will deploy a single node Kubernetes cluster
|
||||
## Pre-requisites
|
||||
|
||||
1. A vanilla Ubuntu 16.04 or 18.04 VM. All dependencies will be setup by the script. Using Azure Linux VMs is not yet supported.
|
||||
1. VM should have at least 8CPUs, 64GB RAM and 100GB disk space.After installing the images you will be left with 50GB for data/logs across all components.
|
||||
1. VM should have at least 8 CPUs, 64GB RAM and 100GB disk space. After installing the images you will be left with 50GB for data/logs across all components.
|
||||
|
||||
## Instructions
|
||||
|
||||
@@ -14,21 +14,21 @@ Using this sample bash script, you will deploy a single node Kubernetes cluster
|
||||
|
||||
```
|
||||
|
||||
curl --output kickstarter-azdata.sh http://rima-5.guest.corp.microsoft.com/kickstarter-azdata.sh
|
||||
curl --output setup-bdc.sh https://github.com/microsoft/sql-server-samples/blob/master/samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm/setup-bdc.sh
|
||||
```
|
||||
|
||||
1. Make the script executable
|
||||
|
||||
```
|
||||
|
||||
chmod +x kickstarter-azdata.sh
|
||||
chmod +x setup-azdata.sh
|
||||
```
|
||||
|
||||
1. Run the script (make sure you are running with sudo)
|
||||
|
||||
```
|
||||
|
||||
sudo ./kickstarter-azdata.sh
|
||||
sudo ./setup-azdata.sh
|
||||
```
|
||||
|
||||
1. Refresh alias setup for azdata
|
||||
|
||||
Reference in New Issue
Block a user