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.
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.
helm uninstall helm_release_name