Skip to content
This repository was archived by the owner on Nov 8, 2025. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 1.93 KB

File metadata and controls

33 lines (21 loc) · 1.93 KB

srs-ack-template

IMPORTANT NOTE: This repository is depreacated and archived, please use srs-cdk instead. CDK is the future of default and recommended deployment for SRS and Oryx.

Template repository for deploying SRS to ACK(Alibaba Cloud Container Service for Kubernetes).

Usage

Step 1: Create ACK cluster and user:

  1. Create a K8s cluster by ACK, check by command kubectl get namespace
  2. Create a new RAM user, with access AliyunCSFullAccess
  3. Click the ACK > Authorize > Modify Permissions to set user as Administrators.

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

  1. ACCESS_KEY_ID is the AccessKey ID of RAM user.
  2. ACCESS_KEY_SECRET is the AccessKey Secret of RAM user.
  3. ACK_CLUSTER_ID is the ACK K8s cluster ID at ACK > Basic Information.

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

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