Helm Installation on Amazon Linux 2 – EC2

Step1 : Download the helm binary using below command

				
					curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

				
			

Step2 : Now, Check the helm version.

				
					helm version --short

				
			

Leave a Comment