HTTPBin-EKS-Helm:使用Helm在EKS中部署HTTPBin容器

时间:2024-03-14 05:39:24
【文件属性】:

文件名称:HTTPBin-EKS-Helm:使用Helm在EKS中部署HTTPBin容器

文件大小:5KB

文件格式:ZIP

更新时间:2024-03-14 05:39:24

Smarty

这是一个舵图存储库,用于在k8s上部署nginx docker容器。 安装头盔 我们将在本地运行分till,因为它在生产环境中更安全。 # install helm cli curl -L https://git.io/get_helm.sh | bash # create 'tiller' namespace kubectl create namespace tiller # open a new terminal and run tiller client mode export TILLER_NAMESPACE=tiller tiller -listen=localhost:44134 -storage=secret -logtostderr # open a new terminal export HELM_HOST=:44134 helm init --client-only


【文件预览】:
HTTPBin-EKS-Helm-master
----Chart.yaml(107B)
----.DS_Store(6KB)
----.helmignore(333B)
----README.md(641B)
----values.yaml(1KB)
----templates()
--------service.yaml(495B)
--------deployment.yaml(1KB)
--------_helpers.tpl(1KB)
--------NOTES.txt(1KB)

网友评论