WSO2 API经理Kubernetes部署

发布于 2025-02-06 14:10:58 字数 301 浏览 2 评论 0 原文

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦醒时光 2025-02-13 14:10:58

我通常讨厌这种“ 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 :)

狂之美人 2025-02-13 14:10:58

是的,您必须创建一个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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文