eks+워드프레스 (1) 썸네일형 리스트형 EKS에 Wordpress(워드프레스) 설치하기 # EKS에 워드프레스 설치하기 1. Helm CLI 설치 - Helm CLI 설치 전 Helm CLI란? Kubernetes를 위한 패키지 매니징 툴, Kubernets용으로 제작된 소프트웨어를 찾고 공유하고 사용하는 툴이다. node.js의 npm과 비슷한 형태로 Kubernetes의 패키지 배포를 가능하게 하는 툴이라고 보면 된다. chart라고 부르는 패키지 포맷을 사용하는데 chart는 Kubernetes 리소스를 describe하는 파일들의 집합이다. - 설치 전, 상호 작용할 command line 툴 설치 curl -sSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash - 버전 확인 helm vers.. 이전 1 다음