How to Install K8up

Helm

The most convenient way to install K8up on your Kubernetes cluster is by using helm.

Please refer to the separate installation instructions in the Helm chart.

Command-Line Tool (CLI)

The command-line tool can be downloaded from the "Releases" page on GitHub, and installed in your $PATH.

After installation, run the k8up --version command to make sure it is properly installed.

Samples

You can find some examples of use of K8up in the config/samples/ folder of the K8up repository:

kubectl apply -k config/samples/

Please be aware that these manifests are intended for testing, development, and as examples.