Deploy Flipt to Kubernetes using our Helm chart
values.yaml
file.
By the end of this guide, we will have:
values.yaml
fileflipt
. Wait for the command to complete and ensure the cluster is correctly set up.
values.yaml
file to customize the deployment according to your preferences. For example, to set a specific configuration value, you could add the following to your values.yaml
file:
values.yaml
file, you can use it when installing Flipt with Helm by using the -f
or --values
flag:
values.yaml
file merged with the default values from Flipt.
values.yaml
file allows you to customize many aspects of the deployment,
including resource limits and requests, service types, replica counts, and
more. Be sure to consult the Flipt
documentation and the
default values.yaml
in the Flipt Helm chart for more information on what can
be configured.http://localhost:8080
.
Running
.
curl
Flipt’s /meta/config
endpoint:
values.yaml
file.
values.yaml
file.
You should be able to take the knowledge you’ve gained in this guide and deploy Flipt in to a real Kubernetes cluster.
Please refer to the Flipt Helm chart repository for more information on how to configure Flipt using the Helm chart.
Additionally, you should checkout our documentation on our native Kubernetes authentication method.
This method can be leveraged to automatically authenticate clients, without the need to manually manage credentials, for applications deployed into the same Kubernetes cluster as Flipt.