Step-by-step guide on how to install Helm on various operating systems
https://www.google.com/url?sa=i&url=https%3A%2F%2Fphoenixnap.com%2Fkb%2Finstall-helm&psig=AOvVaw3hyXMmZItLQBV_AJlrJaRA&ust=1683146110472000&source=images&cd=vfe&ved=0CBMQjhxqFwoTCLD1pom-1_4CFQAAAAAdAAAAABAD

Step-by-step guide on how to install Helm on various operating systems

Day 28 of Kubernetes Writing Challenge ?

Helm is a powerful tool for managing Kubernetes applications, but before you can use it, you need to install it on your local machine. Here's a guide to help you install Helm on various operating systems.

Installing Helm on Windows

  1. Go to the Helm releases page at https://github.com/helm/helm/releases.
  2. Download the latest Windows executable file (ending with ".exe").
  3. Double-click the downloaded file to start the installation wizard.
  4. Follow the prompts to complete the installation.

Installing Helm on macOS

  1. Open a terminal window.
  2. Install Homebrew by running the following command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"         

  1. Once Homebrew is installed, run the following command to install Helm:

brew install helm         

Installing Helm on Linux

The instructions for installing Helm on Linux depend on your specific Linux distribution. Here are instructions for some popular distributions:

Ubuntu/Debian

  1. Open a terminal window.
  2. Run the following commands to download and install Helm:

curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm        

Red Hat/CentOS/Fedora

  1. Open a terminal window.
  2. Run the following commands to download and install Helm:

sudo curl -fsSL -o /etc/yum.repos.d/helm.repo https://baltocdn.com/helm/stable/rpm/helm.repo
sudo yum install helm        

Once you've installed Helm on your local machine, you're ready to start managing your Kubernetes applications more easily with Helm charts. Tomorrow, we get into more interesting part of learning - Project!

Happy charting!

#kubernetes #writing #cloudnative #cloudcomputing #helm

Matt Warren

Principal Cloud Architect at Engageware

5 个月

Red Hat fails with credentials required for baltocdn.com

回复
Andrii Medvediev

System Administrator

1 年

for windows incorect its not a installation wizard, its binary file so, you need download this .exe file and setup path in environment variables. good example: https://phoenixnap.com/kb/install-helm

Tobi John Aina, DevOps Engineer

Certified AWS | DevOps Engineer | SRE | Azure Expert | Cloud Architect | Platform Engineer driving continuous improvement | Transforming chaos into order, one deployment at a time

1 年

You did a great job writing this Iniemem Udosen

要查看或添加评论,请登录

Iniemem Udosen的更多文章

社区洞察

其他会员也浏览了