Skip to content

Latest commit

 

History

History
112 lines (66 loc) · 3.86 KB

README.md

File metadata and controls

112 lines (66 loc) · 3.86 KB

strongDM

License Docs Twitter Artifact Hub

Helm Charts

This repo contains packaged Helm charts provided by strongDM:

Prerequisites

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.

This repo provides an implementation of a strongDM Client Container inside Kubernetes using Helm.

Learn more about deploying strongDM's cliet container inside Kubernetes on our docs site.

Prerequisites

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-client -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-client --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.

Contributing

We welcome both Pull Requests and Issues for bugs and enhancements!