Skaffold是否有任何限制与EKS一起使用

发布于 2025-01-22 12:18:56 字数 97 浏览 0 评论 0原文

我探索了使用Skaffold和我们的EKS群集探索,我想知道该工具对云供应商不可知,以及他是否可以与任何K8S群集一起工作?

他对EG共享数量和其他资源有任何限制吗?

I exploring using Skaffold with our EKS cluster and I wonder if the tool is agnostic to the cloud vendor and if he can work with any k8s cluster?

Does he have any limitations regarding e.g shared volumes and other resources?

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

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

发布评论

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

评论(1

尐籹人 2025-01-29 12:18:56

Skaffold是用于部署到云供应商不可知的Kubernetes群集的工具。 Skaffold都可以与任何Kubernetes群集一起使用,无论是在Google的GKE,Amazon EKS等云提供商上托管还是在本地运行。 Skaffold对共享卷或其他资源没有任何具体限制,因为它只是将部署到Kubernetes群集的工具。您可能遇到的任何局限性都是由于Kubernetes本身的局限性而不是Skaffold所致。

注意:Skaffold确实为更改而部署的民意调查资源可能是可能的问题,但这不是大多数用户的问题。

免责声明:我是这个项目的贡献者

Skaffold is a tool for deploying to any Kubernetes cluster, agnostic of cloud vendor. Skaffold can be used with any Kubernetes cluster, whether it is hosted on a cloud provider like Google's GKE, Amazon EKS, or running on-premises. Skaffold does not have any specific limitations regarding shared volumes or other resources, as it is simply a tool for deploying to a Kubernetes cluster. Any limitations you may encounter would be due to the limitations of Kubernetes itself, rather than Skaffold.

NOTE: Skaffold does poll resources it deploys for changes so API rate limits might be a possible concern but this isn't an issue for most users.

Disclaimer: I am contributor to this project

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