Helm Charts
This repo contains packaged Helm charts provided by strongDM:
- strongDM Relay/Gateway
strongDM Relay/Gateway
Prerequisites
-
A Kubernetes Cluster v1.16+
-
Helm 3.0+
-
Git
-
If you are going to use Nginx Ingress Controller, then you will need to manually patch your services to allow TCP and UDP traffic
Note: In order to get a Gateway Token you'll need an external address to register. This is external address is immutable after creation.
Installing the Chart
helm repo add strongdm https://helm.strongdm.com/stable/ helm install [RELEASE_NAME] strongdm/sdm-relay -f values.yaml helm status [RELEASE_NAME]
See configuration options.
See helm install for command documentation.
Upgrading the Chart
helm upgrade [RELEASE_NAME] strongdm/sdm-relay --install
See helm upgrade for command documentation.
Uninstalling the Chart
helm uninstall [RELEASE_NAME]
The command removes all the Kubernetes components associated with the release and deletes the release.
See helm uninstall for command documentation.
0 commit comments