Skip to content

Commit f550645

Browse files
author
cloudmelon
committed
update guidance
1 parent 41f69af commit f550645

File tree

1 file changed

+6
-5
lines changed
  • samples/features/sql-big-data-cluster/deployment/private-aks

1 file changed

+6
-5
lines changed

samples/features/sql-big-data-cluster/deployment/private-aks/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
# Deploy BDC in private AKS cluster with User-defined Route (UDR)
1+
# Deploy BDC in private AKS cluster with Advanced Networking (CNI)
22

33
This repository contains the scripts that you can use to deploy a BDC cluster in Azure Kubernetes Service (AKS) private cluster with advanced networking ( CNI ).
44

55
This repository contains 3 bash scripts :
6-
- **deploy-private-aks.sh** : You can use it to deploy private AKS cluster with private endpoint, it fits the use case that you need to deploy BDC with a private endpoint with AKS private cluster.
6+
- **deploy-private-aks.sh** : You can use it to deploy private AKS cluster with private endpoint, it fits the use case that you need to deploy BDC with AKS private cluster.
77

8-
- **deploy-private-aks-udr.sh** : You can use it to deploy private AKS cluster with private endpoint, it fits the use case that you need to deploy BDC with a private endpoint with AKS private cluster and limit egress traffic with UDR ( User-defined Routes ).
9-
- **deploy-bdc.sh** : You can use it to deploy Big Data Clusters ( BDC ) in private deployment mode on private AKS cluster with or without User-defined routes based on your project requirements. Note : Please use this scripts in the Azure VM which manages your AKS private cluster.
8+
- **deploy-private-aks-udr.sh** : You can use it to deploy private AKS cluster with private endpoint, it fits the use case that you need to deploy BDC with AKS private cluster and limit egress traffic with UDR ( User-defined Routes ).
9+
10+
- **deploy-bdc.sh** : You can use it to deploy Big Data Clusters ( BDC ) in private deployment mode on private AKS cluster with or without User-defined routes based on your project requirements. **Note** : Please use this scripts in the Azure VM which manages your AKS private cluster.
1011

1112

1213
## Prerequisites
1314

1415
You can run those scripts on the following client environment with Linux OS or WSL/WSL2.
1516

16-
The following table link listed common big data cluster tools and how to install them:
17+
The following link listed common big data cluster tools and how to install them:
1718

1819
https://docs.microsoft.com/en-us/sql/big-data-cluster/deploy-big-data-tools?view=sql-server-ver15
1920

0 commit comments

Comments
 (0)