Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 2.03 KB

README.md

File metadata and controls

31 lines (20 loc) · 2.03 KB

srs-aks-template

Template repository for deploying SRS to AKS(Azure Kubernetes Service).

Usage

Step 1: Create AKS cluster and user:

  1. Create a subscription and resource group.
  2. Create a K8s cluster by AKS, check by command kubectl get namespace
  3. Create a new CREDENTIALS with subscription and resource group.

Step 2: Click the Use this template to create your repository, then set the secrets:

  1. AZURE_CREDENTIALS is the CREDENTIALS.
  2. RESOURCE_GROUP is the resource group.
  3. CLUSTER_NAME is the name of AKS cluster.

Step 3: Run Actions to deploy to your K8s, for example, if your external IP is 52.149.197.10:

Try to motify the srs.yaml, then push to your repository, your K8s will be updated automatically.