/SRSserver4k8s

this is demo !

MIT LicenseMIT

SRSserver4k8s

Template repository for deploying SRS to any K8s service by GitHub Actions.

Usage

Step 1: Create K8s cluster, update the kubeconfig, check by kubectl cluster-info:

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

  • KUBECONFIG is the config of K8s, for example, the content of cat $HOME/.kube/config.

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

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