Installing CHF Standalone

Before installing CHF Standalone, 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 Standalone. The procedures assume you have knowledge of and access to the kubectl tool.

For more information, see MATRIXX Installation and Upgrade.

Prerequisites

Helm charts must be installed to an existing Kubernetes namespace. Use the kubectl create ns command to create a namespace. This 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 a private image repository. MATRIXX images must not be uploaded to any public-facing image repositories.

Deployment

Install CHF Standalone in the matrixx namespace with a command like:

helm install helm_release_name matrixx/chf-standalone --version version --namespace matrixx -f chf_standalone_values_file.yaml

In this example, chf_standalone_values_file.yaml is the file where you would specify your custom default values for your CHF Standalone implementation.

To uninstall the application, run a command like:
helm uninstall helm_release_name