spring-cloud-dataflow 中的 maven 与基于 docker 的应用程序

发布于 2025-01-12 04:03:15 字数 343 浏览 3 评论 0原文

在 Spring Cloud Dataflow (scdf) 中,应用程序可以基于 maven 或 docker

我确实了解码头工人的方式。它从注册表加载映像并将其部署为 kubernetes 上的 pod。但是当它刚刚得到一个 jar 时,它如何与 Maven 一起工作呢? scdf 是否以某种方式自行构建 docker 映像?

In spring cloud dataflow (scdf) applications can be based on maven or docker.

I do understand the docker way. It loads an image from the registry and deploys it as a pod on kubernetes. But how does this work with maven, when it just gets a jar? Is scdf somehow building a docker image itself?

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

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

发布评论

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

评论(1

执手闯天涯 2025-01-19 04:03:15

Spring Cloud Dataflow 可以部署到 Kubernetes 之外的其他平台。值得注意的是,CloudFoundry 和 localhost 都不使用 docker。

Spring Cloud Dataflow can deploy to other platforms besides Kubernetes. Notably, CloudFoundry, and localhost, neither uses docker.

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