Added sagan docs

This commit is contained in:
Ryan Baxter
2019-09-12 19:25:56 -04:00
parent 96bc170732
commit 5375f31904
2 changed files with 13 additions and 0 deletions

View File

View File

@@ -0,0 +1,13 @@
Spring Cloud Kubernetes provide Spring Cloud common interface implementations that consume Kubernetes native services.
The main objective of the projects provided in this repository is to facilitate the integration of Spring Cloud and Spring Boot applications running inside Kubernetes.
## Features
* Kubernetes awareness
* `DiscoveryClient` implementation
* `PropertySource` objects configured via ConfigMaps
* Client side loadbalancing via Netflix Ribbon
## Getting Started
The easiest way to get started is by including the Spring Cloud BOM and then adding `spring-cloud-starter-kubernetes-all` to your application's classpath. If you don't want to include all of the Spring Cloud Kubernetes features you can add individual starters for the features you would like. By default Spring Cloud Kubernetes will enable the `kubernetes` profile when it detects it is running inside a Kubernetes cluster. You can take advantage of this by creating a `kubernetes-application` configuration properties for anything specific to Kubernetes you might want to configure. Once the starter is on the classpath the application should behave as any other Spring Cloud application.