Ensure your Kubernetes cluster is up and running, and that you have installed and properly configured kubectl on your system.
Installing Helm on Linux
Using Snap
If your Linux system supports Snap, you can install Helm using the following command:--classic flag allows Helm to access necessary files (like your kubeconfig) by relaxing sandbox restrictions.
For apt-based Systems (Debian/Ubuntu)
Follow these steps to add the Helm repository and install Helm on systems that use apt:-
Add the Helm GPG key:
-
Install HTTPS support for apt:
-
Add the Helm repository:
-
Update the package index:
-
Install Helm:
For PKG-Supported Systems
If your system uses the PKG package manager, install Helm with this command:Always refer to the official Helm documentation for the most up-to-date installation instructions.