so I'm using this repo https://github.com/wso2/kubernetes-apim/blob/master/simple/am-single/README.md
To deploy WSO2 to an AKS service.
I have my pods setup, as well as services and ingresses.
The thing is I can't access my services.
In the beginning it told me to install the nginx-ingress, I suppose it has something to do with that. If anyone can help me get through this, it would be huge.
是的,您必须创建一个Ingress Controller,使您可以将流量带入K8S群集。您可以参考 this 文档。确保您遵循文档中特定于AKS的部分。这将提供IAAAS提供商特定的基础架构组件,这些基础架构与Nginx一起提供。安装入口后,请按照指令在这里。
Yes, you have to create an Ingress Controller which allows you to bring traffic into the K8S cluster. You can refer to this document. Make sure you follow the AKS-specific section from the document. This will provision IAAS provider-specific infrastructure components that are required along with NginX. After Installing the ingress follow the instructions here.
发布评论
评论(2)
我通常讨厌这种“ rtm”答案,但确实不值得做这个伟大的文档在这里。
即使在某个时候您弄清楚了什么问题,也值得进行整个演练。你会学到很多:)
I usually hate this kind of "rtm" answer, but it's really not worth doing a duplicata of this great documentation here.
It's worth going through the whole walkthrough even if at some point you figured out what's wrong. You'll learn a lot :)
是的,您必须创建一个Ingress Controller,使您可以将流量带入K8S群集。您可以参考 this 文档。确保您遵循文档中特定于AKS的部分。这将提供IAAAS提供商特定的基础架构组件,这些基础架构与Nginx一起提供。安装入口后,请按照指令在这里。
Yes, you have to create an Ingress Controller which allows you to bring traffic into the K8S cluster. You can refer to this document. Make sure you follow the AKS-specific section from the document. This will provision IAAS provider-specific infrastructure components that are required along with NginX. After Installing the ingress follow the instructions here.