Introduction
This document provides detailed instructions on how to install Helm and login to the Raven Helm registry located atreleases.cloud.raven.io
. This guide is intended for users who need to authenticate with the Helm registry to access and deploy the Raven platform charts.
Prerequisites
- A Kubernetes (K8s) cluster configured and running.
- Access to the Helm/Kubectl command line interface (CLI) on your local machine.
- Helm installation files or access to install Helm.
Step-by-Step Guide
Step 1: Install Helm
Helm is a package manager for Kubernetes that simplifies the process of deploying and managing applications. Follow the steps below to install Helm on your local machine.macOS
If you’re using macOS, you can install Helm using Homebrew:Windows
For Windows, you can use Chocolatey:Linux
On Linux, you can use the following script to install Helm:Step 2: Verify Helm Installation
After installation, verify that Helm is correctly installed by checking the version:Step 3: Login to Helm Registry
The Raven platform Helm charts are hosted in a private registry atreleases.cloud.raven.io
. To access these charts, you need to login to the registry using your credentials.
Use the following command to login:
Step 4: Verify Login
To confirm that you have successfully logged in, you can list the available repositories or check your login status using:releases.cloud.raven.io
listed among the repositories.