Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spring-cloud/spring-cloud-kubernetes
Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...
https://github.com/spring-cloud/spring-cloud-kubernetes
cloud-native java kubernetes microservices spring spring-boot spring-cloud
Last synced: 4 days ago
JSON representation
Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...
- Host: GitHub
- URL: https://github.com/spring-cloud/spring-cloud-kubernetes
- Owner: spring-cloud
- License: apache-2.0
- Created: 2016-12-13T21:36:25.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T19:16:53.000Z (11 days ago)
- Last Synced: 2025-02-03T19:51:16.638Z (11 days ago)
- Topics: cloud-native, java, kubernetes, microservices, spring, spring-boot, spring-cloud
- Language: Java
- Homepage:
- Size: 55.1 MB
- Stars: 3,483
- Watchers: 172
- Forks: 1,037
- Open Issues: 53
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
- awesome-java - spring-cloud-kubernetes
README
////
DO NOT EDIT THIS FILE. IT WAS GENERATED.
Manual changes to this file will be lost when it is generated again.
Edit the files in the src/main/asciidoc/ directory instead.
////[[spring-cloud-kubernetes]]
= Spring Cloud KubernetesThis reference guide covers how to use Spring Cloud Kubernetes.
[[why-do-you-need-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 https://docs.spring.io/spring-boot/how-to/deployment/cloud.html#howto.deployment.cloud.kubernetes[Spring Boot reference documentation for deploying to Kubernetes ] and also working through the workshop material https://hackmd.io/@ryanjbaxter/spring-on-k8s-workshop[Spring and Kubernetes].
[[configuration-properties]]
== Configuration propertiesTo see the list of all Kubernetes related configuration properties please check link:appendix.html[the Appendix page].
[[building]]
== BuildingClick https://docs.spring.io/spring-cloud-build/reference/building.html[here] for basic building instructions.
[[contributing]]
== ContributingClick https://docs.spring.io/spring-cloud-build/reference/contributing.html[here] for instructions on contributing to this project.
[[aot-and-native-image-support]]
== AOT and native image supportAt this point, Spring Cloud Kubernetes does not support Spring Boot AOT transformations or native images. Partial support might be added in future releases.