08A. Helm ์ค์นํ๊ธฐ
Less than 1 minute
08A. Helm ์ค์นํ๊ธฐ ๊ด๋ จ
๋ชฉ์ฐจ
์ธ์ ๋ ์ต์ Kubernetes
Unit 8. Helm์ผ๋ก ํจํค์ง ์ค์นํ๊ธฐ
์ธ์ ๋ ์ต์ Kubernetes
๋ค์ ๋ช ๋ น์ ์ ๋ ฅํ์ฌ Helm์ ์ค์นํฉ๋๋ค.
์๋์ฐ PowerShell
choco install kubernetes-helm
choco
๋ ์๋์ฐ์ฉ ํจํค์ง ๊ด๋ฆฌ ํ๋ก๊ทธ๋จ์
๋๋ค. choco install
๋ช
๋ น์ผ๋ก ๋ค์ํ ํ๋ก๊ทธ๋จ๋ค์ ์์ฝ๊ฒ ์ค์นํ ์ ์์ต๋๋ค. ์ค์น๋ ๋ค์ ๋ช
๋ น์ ์คํํ๋ฉด ๋ฉ๋๋ค. ์ด๋ ๋ฐ๋์ PowerShell์ ๊ด๋ฆฌ์ ๊ถํ์ผ๋ก ์คํํด์ผ ํฉ๋๋ค.
Chocolatey Software | Installing Chocolatey
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
๋ฆฌ๋
์ค
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
macOS
brew install helm
์ฐธ๊ณ ๋ก ๊ฐ ์ด์์ฒด์ ๋ณ ์ค์น ํ์ผ์ helm/helm
์์ ๋ฐ์ ์ ์์ต๋๋ค.