1. helm 차트 설치 (스크립트)curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3chmod 700 get_helm.sh./get_helm.sh2. wordpress 차트 검색helm search hub wordpress 3. helm 사용해보기 bitnami 추가하기helm repo add bitnami https://charts.bitnami.com/bitnamibitnami repo 조회하기helm search repo bitnami bitnami updatehelm repo update