Run the initialize AKS cluster script from https://github.com/NileshGule/AKS-learning-series/tree/feature/sql2019/Powershell
The script also initializes Helm on the cluster with the Tiller account.
| apiVersion: apps/v1beta1 | |
| kind: Deployment | |
| metadata: | |
| name: techtalksapi | |
| namespace: aks-part4 | |
| labels: | |
| run: techtalksapi | |
| spec: |
| # Xcode | |
| # Build, test, and archive an Xcode workspace on macOS. | |
| # Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more: | |
| # https://docs.microsoft.com/azure/devops/pipelines/languages/xcode | |
| pool: | |
| vmImage: 'macOS 10.13' | |
| steps: |
Run the initialize AKS cluster script from https://github.com/NileshGule/AKS-learning-series/tree/feature/sql2019/Powershell
The script also initializes Helm on the cluster with the Tiller account.