Introduction to Helm
90%
How to Install Helm
Let's start with the installation. Helm is available for Linux, macOS, and Windows. You can download the latest version of Helm from the official Helm website.
The easiest way to install Helm is to use the curl command. We will run the installation on the workspace server.
# download the script
curl -fsSL -o \
get_helm.sh \
https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
# change the permissions of the script
chmod 700 get_helm.sh
# run the scriptCloud-Native Microservices With Kubernetes - 2nd Edition
A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in KubernetesEnroll now to unlock all content and receive all future updates for free.
