Skip to main content
Version: v1.40.0

Helm

Overview

The relay proxy can be deployed in Kubernetes using a helm chart.
Helm is an invaluable tool for configuring and deploying applications to a Kubernetes environment.

We provide a Helm chart to deploy the relay proxy in your Kubernetes cluster and it is available in our Helm repository (https://charts.gofeatureflag.org/).

Below are the steps for installing a Helm Chart from a GO Feature Flag Helm repository.

Install GO Feature Flag relay proxy in Kubernetes using Helm

Prerequisites

  • Access to a Kubernetes cluster
  • Helm CLI installed on the client machine

Step 1: Prepare and Configure the Repository

Add the repository to Helm with the Helm repository add command and provide a name and the repository URL. For example:

helm repo add go-feature-flag https://charts.gofeatureflag.org/

Step 2: Install the Chart

Install the Helm Chart with the Helm install command and provide the custom repository name, the chart name and any necessary values files.
You can look at the helm doc to know exactly what you can change in the values.yaml file.

helm install go-feature-flag/relay-proxy -f values.yaml

Step 3: Verify The Chart Installation

Verify the Helm Chart installation with the Helm list command. For example:

helm list