65

Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources
Page 2: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Introduction to MS-CPREST

Max Wang

SQL OIPI – Test Development

Page 3: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Agenda

• Background

• Overview

• Details

• Protocol Example

• Resources

• Q&A

Page 4: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Background

Page 5: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Background

• What is Control Plane(CP)

Page 6: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources
Page 7: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Control Plane

Page 8: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Employee

Security

Entrance

PropertyManagement

Equipment

Security

Room, Corridor

PropertyManagement

Employee

Cleaning

Room, Corridor

PropertyManagement

Manager

Management

Office

PropertyManagement

Control Plane

Page 9: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

• Kubernetes Concepts

Background

• What is SQL Server Big Data Cluster Control Plane?

Page 10: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Kubernetes Concepts

Page 11: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Kubernetes Concepts

Page 12: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Kubernetes Concepts

Page 13: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Kubernetes Concepts

Page 14: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Control Plane – SQL Server BDC

Page 15: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Control Plane - Kubernetes

Page 16: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Universal Control Plane - Docker

Page 17: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Control Plane - Summary

SQL Server BDC CPKubernetes CPDocker UCP

New Product CP

Page 18: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Background

• What is SQL Server Big Data Cluster Control Plane?

• Kubernetes Concepts

• Kubernetes Control Plane

• Docker Control Plane

• Where is SQL Server Big Data Cluster Control Plane?

Page 19: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Where is SQL Server BDC CP?

Page 20: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Overview

Page 21: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Overview

• What can we do with the protocol?

Page 22: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

What can we do with the protocol?

Page 23: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

What can we do with the protocol?

Page 24: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Overview

• What can we do with the protocol?

• Communication Flow

Page 25: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources
Page 26: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Overview

• What can we do with the protocol?

• Communication Flow

• Protocol Preconditions

Page 27: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Preconditions

Controller Controller Database

Page 28: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Overview

• What can we do with the protocol?

• Communication Flow

• Protocol Preconditions

• How to have my own SQL Server BDC?

Page 29: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

How to have my own SQL Server BDC?

Tools Python 3

kubectl

azdata

Azure Data Studio

SQL Server 2019 extension

Page 30: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

How to have my own SQL Server BDC?

Azure KubernetesService (AKS)

aks-dev-test

aks-dev-test-ha

Kubernetes Cluster

DeploymentProfiles

kubeadm-dev-test minikube-dev-testkubeadm-prod

azdata bdc config list

Page 31: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

How to have my own SQL Server BDC?

Page 32: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

How to have my own SQL Server BDC?

Page 33: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

How to have my own SQL Server BDC?

Page 34: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Details

Page 35: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Details

• Protocol Messages

Page 36: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Messages

HTTP Methods GET

POST

PATCH

DELETE

Page 37: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Details

• Protocol messages

• URI Parameters

Page 38: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

URI Parameters

Page 39: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

URI Parameters

Page 40: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

URI Parameters

Page 41: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Details

• Protocol messages

• URI Parameters

• JSON Elements

Page 42: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

JSON Elements

metadata

docker

storagespark

hadoop.yarn

kind

name

endpointtype

replicas

nameServiceType

port

driverMemory

driverCoresexecutorInstances

executorMemoryexecutorCores

classNameaccessMode

size

registry

repository

imageTag

imagePullPolicy

nodeManager

scheduleMax

capacitySchedulermemoryvcoresmemory

maxAmPercent

Page 43: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Details

• Protocol messages

• URI Parameters

• JSON Elements

• Abstract Data Model

Page 44: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Abstract Data Model

Page 45: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Abstract Data Model

Page 46: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Abstract Data Model

Page 47: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Abstract Data Model

Page 48: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Abstract Data Model

Page 49: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Abstract Data Model

Page 50: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Details

• Protocol messages

• URI Parameters

• JSON Elements

• Abstract Data Model

• Protocol Methods

Page 51: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 52: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 53: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 54: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 55: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 56: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 57: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 58: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 59: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Methods

Page 60: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Message Example

Page 61: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Protocol Message Example

Page 62: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Resources

Page 63: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources

Resources• SSBDC work shops:

https://github.com/microsoft/sqlworkshops/tree/master/sqlserver2019bigdataclusters/SQL2019BDC

• SSBDC docs: https://docs.microsoft.com/en-us/sql/big-data-cluster/deploy-on-aks?view=sql-server-ver15

• SSBDC deployment samples: https://github.com/microsoft/sql-server-samples/tree/master/samples/features/sql-big-data-cluster/deployment

• SSBDC deployment docs: https://docs.microsoft.com/en-us/sql/big-data-cluster/view-cluster-status?view=sql-server-ver15

• azdata Commands: https://docs.microsoft.com/en-us/sql/big-data-cluster/reference-azdata-bdc?view=sql-server-ver15

Page 64: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources
Page 65: Introduction to MS-CPREST - Microsoft · Introduction to MS-CPREST Max Wang SQL OIPI –Test Development. Agenda • Background • Overview • Details • Protocol Example • Resources