Guide to install and login to Helm.
This document provides detailed instructions on how to install Helm and login to the Raven Helm registry located at releases.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.
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.
If you’re using macOS, you can install Helm using Homebrew:
For Windows, you can use Chocolatey:
On Linux, you can use the following script to install Helm:
Alternatively, you can manually download and install Helm by following the instructions on the Helm installation guide.
After installation, verify that Helm is correctly installed by checking the version:
You should see output similar to:
The Raven platform Helm charts are hosted in a private registry at releases.cloud.raven.io
. To access these charts, you need to login to the registry using your credentials.
Use the following command to login:
You will be prompted to enter your username and password. Ensure you have these credentials provided by your system administrator or the Raven platform team.
To confirm that you have successfully logged in, you can list the available repositories or check your login status using:
If the login is successful, you will see releases.cloud.raven.io
listed among the repositories.
You are now ready to use Helm to deploy and manage the Raven platform in your Kubernetes cluster. If you encounter any issues or need further assistance, refer to the Raven Documentation or contact support.
Guide to install and login to Helm.
This document provides detailed instructions on how to install Helm and login to the Raven Helm registry located at releases.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.
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.
If you’re using macOS, you can install Helm using Homebrew:
For Windows, you can use Chocolatey:
On Linux, you can use the following script to install Helm:
Alternatively, you can manually download and install Helm by following the instructions on the Helm installation guide.
After installation, verify that Helm is correctly installed by checking the version:
You should see output similar to:
The Raven platform Helm charts are hosted in a private registry at releases.cloud.raven.io
. To access these charts, you need to login to the registry using your credentials.
Use the following command to login:
You will be prompted to enter your username and password. Ensure you have these credentials provided by your system administrator or the Raven platform team.
To confirm that you have successfully logged in, you can list the available repositories or check your login status using:
If the login is successful, you will see releases.cloud.raven.io
listed among the repositories.
You are now ready to use Helm to deploy and manage the Raven platform in your Kubernetes cluster. If you encounter any issues or need further assistance, refer to the Raven Documentation or contact support.