All posts

Announcing Helm Chart for GUAC

Helm Chart for GUAC

Announcing Helm Chart for GUAC

We've been hard at work removing the friction around using [GUAC](https://guac.sh), and in that vein we're happy to announce the Kusari Helm Chart. This should make installing and managing GUAC much simpler for folks looking to run it on Kubernetes.

Getting Started:

  1. Set up your Kubernetes cluster.
  2. Install Helm
  3. Clone the Kusari Helm Chart repository from GitHub:

git clone https://github.com/kusaridev/helm-charts.git
  

4. Customize your deployment through modifying values.yaml. For full configuration options, refer to the readme
5. Deploy!


helm install <release-name> ./helm-charts/guac-chart -f <path-to-values-file>
  

Give us your feedback!

We'd love to hear from you about this!  Feel free to [open up an issue on Github](https://github.com/kusaridev/helm-charts/issues/new/choose), or join us on the GUAC slack channel found on our [community page](https://guac.sh/community/).