자바로 작성된 오픈 소스 자동화 서버
지속적 인도 프로세스를 구축하는 데 이용
master - agent 구조
대표적인 k8s용 패키지 매니저
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt install -y apt-transport-https
echo "deb [arch=$(dpkg --pring-architecture) \
signed-by=/usr/share/keyrings/helm.gpg] \
https://baltocdn.com/helm/stable/debian/ all main" | \
sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt install -v helm
brew install helm

helm repo add jenkinsci https://charts.jenkins.io
helm install jenkins jenkinsci/jenkins
kubectl logs sts/jenkins jenkins