【发布时间】:2021-12-28 00:04:48
【问题描述】:
我正在尝试将 jpetstore 应用程序部署到 EKS,并且遇到了需要填写的这个变量。(https://github.com/IBM-Cloud/jpetstore-kubernetes/blob/master/jpetstore/jpetstore.yaml)
在文档中它声明我可以使用命令:
Edit jpetstore/jpetstore.yaml and jpetstore/jpetstore-mmssearch.yaml and replace all instances of:
<CLUSTER DOMAIN> with your Ingress Subdomain (ibmcloud ks cluster get --cluster CLUSTER_NAME)
(https://github.com/IBM-Cloud/jpetstore-kubernetes)
但这适用于 ibm 云,我需要它用于 EKS。
我从哪里可以得到这个<CLUSTER DOMAIN> 值?
【问题讨论】:
-
该文档看起来特定于 IBM 云上的 kubernetes。通常,入口主机是用户用于访问服务的 dns 主机名,例如 www.yourwebsite.com。
-
如何在 aws 中进行设置? @乔丹
标签: amazon-web-services kubernetes terraform amazon-eks