Spring Cloud Kubernetes

本参考指南涵盖了如何使用 Spring Cloud Kubernetes。

为什么需要 Spring Cloud Kubernetes?

Spring Cloud Kubernetes 提供了众所周知的 Spring Cloud 接口实现,允许开发者在 Kubernetes 上构建和运行 Spring Cloud 应用程序。虽然该项目在构建云原生应用程序时可能对您有用,但它并非在 Kubernetes 上部署 Spring Boot 应用程序的必备条件。如果您刚开始在 Kubernetes 上运行 Spring Boot 应用程序,那么仅使用一个基本的 Spring Boot 应用程序和 Kubernetes 本身就能完成很多工作。要了解更多信息,您可以从阅读 Spring Boot 部署到 Kubernetes 的参考文档,以及完成 Spring 和 Kubernetes 研讨会材料开始。

配置属性

要查看所有 Kubernetes 相关配置属性的列表,请查看附录页

构建

有关基本构建说明,请点击此处

贡献

有关贡献本项目的说明,请点击此处

AOT 和原生镜像支持

目前,Spring Cloud Kubernetes 不支持 Spring Boot AOT 转换或原生镜像。部分支持可能会在未来的版本中添加。

© . This site is unofficial and not affiliated with VMware.