Helm charts for AnyCable

Helm charts for installing any cables into a Kubernetes cluster

View the Project on GitHub anycable/anycable-helm

TL;DR

To install anycable-go to your kubernetes cluster simply run:

helm repo add anycable https://helm.anycable.io/

# With Helm 3
helm upgrade -i anycable-go anycable/anycable-go

# With Helm 2
helm upgrade -i --name anycable-go anycable/anycable-go

More info is available at GitHub page for anycable/anycable-helm.