如何使用kubernetes部署路由流体服务器(流体框架)?

发布于 2025-02-09 06:08:06 字数 593 浏览 0 评论 0原文

一天的问候!

我想使用kubernetes部署开源流体服务器aka routerlicious 。在流体官方存储库中 https://github.com/microsoft/FluidFramework

on the following path

https://github.com/microsoft/FluidFramework/tree/main/server/routerlicious/kubernetes

routerlicious is packaged as Helm chart

我的问题是,除了Azure之外,还可以将此舵图部署到其他云中吗?

是否可以在本地主机上配置基本组件?

我过去一直在尝试很多,但我无法找到一种方法。我迫切需要帮助。
我想尝试使用Routericious来获取某些应用程序想法。

Greetings for the day!

I want to deploy the open-source fluid server a.k.a routerlicious using the Kubernetes. Inside the fluid official repository
https://github.com/microsoft/FluidFramework

on the following path

https://github.com/microsoft/FluidFramework/tree/main/server/routerlicious/kubernetes

routerlicious is packaged as Helm chart.

My question is, Is it possible to deploy this helm chart to some other cloud than the Azure?

And is it possible to configure the base components on the local host?

I have been trying a lot in the past but I couldn't figure out a way. I desperately need help on this.
I want to experiment with the routerlicious for some application ideas.

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

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

发布评论

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

评论(1

怎樣才叫好 2025-02-16 06:08:06

我的问题是,是否可以将此头盔图表部署到Azure以外的其他云中?

答案是肯定的。 K8S对任何云提供商都是不可知论的,或任何本地K8实现(例如(minikubek3sand code> and code> kent))。

是否可以在本地主机上配置基本组件?

同样,答案是肯定的,但是您需要记住,您可能无法拥有所有资源,例如,您不能拥有LB,但是您可以使用 METALLB

My question is, Is it possible to deploy this helm chart to some other cloud than the Azure?

The answer is yes. K8S is agnostic to any cloud provider, or any local K8S implementations like (minikube, k3s, kind etc).

And is it possible to configure the base components on the local host?

Again, the answer is yes but you need to keep in mind that you might not be able to have all the resources, for example, you cannot have LB but you can simulate it with tools like minikube tunnel, MetalLB

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