Installing CHF Proxy

Before installing CHF Proxy, see the discussion about installing cloud native MATRIXX in MATRIXX Installation and Upgrade.

The following sections describe the process and the Helm chart properties for deploying CHF Proxy. The procedures assume you have knowledge of and access to the kubectl tool.

Prerequisites

Helm charts must be installed to an existing Kubernetes namespace. Use the kubectl create ns command to create a namespace. The following example creates the matrixx namespace:

kubectl create ns matrixx

Multiple instances can be installed at the same time in the same namespace. In that case, resources are separated by the release name.

The Helm chart assumes that the required images are available in an image repository that can be accessed from the Kubernetes cluster. Specify the URL of this registry and any required credentials in the Helm values file.

Important: To use MATRIXX images at your site, you must upload them to your own private image repository. MATRIXX images must not be uploaded to any public-facing image repositories.

Deployment

Install CHF Proxy in the matrixx namespace from the CHF Helm chart with a command similar to the following:

helm install helm_release_name matrixx/chf-proxy --version version_number --namespace matrixx -f chf_proxy_file.yaml

In this example, chf_proxy_file.yaml contains the custom default values for your CHF Proxy implementation.

To uninstall the application, run a command similar to the following:
helm uninstall helm_release_name