通过helm部署Wordpress 1.安装helm wget https://get.helm.sh/helm-v3.7.2-linux-amd64.tar.gz tar zxvf helm-v3.7.2-linux-amd64.tar.gz cd helm cp helm /usr/local/bin/ 验证helm安装成功。 helm version 2.添加repo helm repo add stable https://apphub.aliyuncs.com/stable/ helm repo add bitnami https://charts.bitnami.com/bitnami helm repo add harbor https://helm.goharbor.io helm repo add azure http://mirror.azure.cn/kubernete