Adding the resurface.io Helm chart repo
Helm must be installed to use the charts. Please refer to Helm’s documentation to get started.
Once Helm has been set up correctly, add the repo as follows:
helm repo add resurfaceio https://resurfaceio.github.io/containers
And run
helm repo update
to retrieve the latest versions of the packages.
You can then run helm search repo resurfaceio
to see the charts.
Installing Resurface in your k8s cluster
To install the resurface chart:
helm install resurface resurfaceio/resurface -n resurface --create-namespace
To uninstall the chart:
helm delete resurface -n resurface