Skip to content

spring-cloud/spring-cloud-kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb03ab0 · Mar 20, 2025
Jan 31, 2025
Sep 19, 2023
Sep 22, 2021
Mar 20, 2025
Oct 6, 2024
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Mar 10, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Mar 10, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Feb 27, 2025
Aug 30, 2023
Mar 20, 2019
Jun 25, 2024
Jan 4, 2022
Aug 26, 2020
Feb 5, 2019
Mar 21, 2019
Dec 20, 2016
Jan 18, 2025
Mar 21, 2019
Mar 11, 2019
Mar 11, 2019
Feb 27, 2025
Aug 21, 2019

Spring Cloud Kubernetes

This reference guide covers how to use Spring Cloud Kubernetes.

Why do you need Spring Cloud Kubernetes?

Spring Cloud Kubernetes provides implementations of well known Spring Cloud interfaces allowing developers to build and run Spring Cloud applications on Kubernetes. While this project may be useful to you when building a cloud native application, it is also not a requirement in order to deploy a Spring Boot app on Kubernetes. If you are just getting started in your journey to running your Spring Boot app on Kubernetes you can accomplish a lot with nothing more than a basic Spring Boot app and Kubernetes itself. To learn more, you can get started by reading the Spring Boot reference documentation for deploying to Kubernetes and also working through the workshop material Spring and Kubernetes.

Configuration properties

To see the list of all Kubernetes related configuration properties please check the Appendix page.

Building

Click here for basic building instructions.

Contributing

Click here for instructions on contributing to this project.

AOT and native image support

At this point, Spring Cloud Kubernetes does not support Spring Boot AOT transformations or native images. Partial support might be added in future releases.