Get Started With Redis

A repository document, rendered for the site. View source markdown.

What this command does. cub installer is a released, open-source plugin for the cub CLI. cub installer setup pulls a catalog package and writes its Kubernetes files locally. It does not apply those files to a cluster; use kubectl, Argo CD, or Flux for delivery. The generated scripts stop before doing any work when the plugin or kustomize is missing.

New to cub? Install the cub CLI first. You can pull and render public catalog packages without an account. Commands that save or change ConfigHub data require you to sign in.

Generated at: 2026-07-30T12:38:02.000Z UTC · source: committed helm-expt evidence for this rendered repository document.

UNOFFICIAL/EXPERIMENTAL

For the shortest local exercise, use Try one catalog package. For the ConfigHub product journey, use the official ConfigHub tutorial. This page keeps the detailed Helm parity explanation.

Want to see a real run before you start? first-run-walkthrough.md captures this flow end-to-end on a throwaway cluster - the actual commands, output, and one honest rough edge.

Redis is the smallest example on this site. It lets you compare a normal Helm install with the ConfigHub cub installer path without starting with a complicated chart.

First, look at what Helm would install. Then use cub installer with the same Redis chart version and the same basic assumptions. The aim is simple: check that the ConfigHub path starts from the same Kubernetes objects that Helm would create.

Helm Or cub Installer?

There are two useful ways to look at the same Redis chart. Helm is the direct install path. cub installer is the path that renders the chart into files you can inspect and manage before delivery.

PathUse it whenWhat you need
Normal HelmYou want Helm to deploy Redis directly into a Kubernetes cluster.Kubernetes cluster required.
cub installerYou want Redis rendered into explicit local config first, so it can be inspected, kept as OCI, or managed before delivery.No cluster or ConfigHub account required for the render or local OCI output.

The exact command table, expected output, catalog status, variants, caveats, and evidence links live on the Redis chart page.

What This Shows

Redis answers the first question: can we use the ConfigHub path without changing the starting Kubernetes objects that Helm would have created?

QuestionAnswer
Does this replace Helm?No. Helm remains the source chart ecosystem and the control path.
Does cub installer deploy the app?Not by itself. It renders a reviewed package into explicit config first.
Can it write the rendered result as OCI?Yes. Add --output-oci ./redis-rendered.oci for a local OCI image layout, or use an oci:// reference to push. The output contains the selected preset's non-secret Kubernetes objects, source record, and checks.
Do I need ConfigHub for this first step?No. ConfigHub comes later when you want Units, variants, approvals, OCI delivery, observations, and operations.
Where is the evidence?On chart pages, docs, and data surfaces. The Get Started page should stay human-first.

Where To Go Next