Skip to content

otterize/helm-charts

Repository files navigation

Otterize Helm Charts

build community

This repository contains the official Helm charts for configuring and installing Otterize OSS components on Kubernetes: the intents operator, the network mapper, and the Credentials operator. These charts support multiple use cases depending on the values provided.

For full documentation on installing and configuring Otterize with these Helm charts, as well as all the ways you can use Otterize with Kubernetes, please see the docs site.

Prerequisites

To use the charts here, you'll need Kubernetes and Helm.

Usage

To use the latest version of these charts, first add the Otterize helm repository:

$ helm repo add otterize https://helm.otterize.com

You should see:

"otterize" has been added to your repositories

Then you can install any of them into your cluster, e.g. to install the otterize-kubernetes chart into a namespace called "otterize-system", use:

$ helm install otterize otterize/otterize-kubernetes -n otterize-system

The README for each chart describes the various configuration options it supports. These are also documented in the docs site along with more detailed installation instructions.

Contributing

  1. See our Contributor License Agreement.