From aaf34ae197f9383cb0096cb2035828a73ea5ed6d Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 26 May 2021 19:14:13 +0000 Subject: [PATCH] Bumping versions --- README.adoc | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/README.adoc b/README.adoc index 4926c33f..f4de7a10 100644 --- a/README.adoc +++ b/README.adoc @@ -933,35 +933,6 @@ spring.cloud.kubernetes.discovery.all-namespaces=true ---- ==== -== LoadBalancer for Kubernetes -This project includes Spring Cloud Load Balancer for load balancing based on Kubernetes Endpoints and provides implementation of load balancer based on Kubernetes Service. -To include it to your project add the following dependency. -==== -[source,xml] ----- - - org.springframework.cloud - spring-cloud-starter-kubernetes-loadbalancer - ----- -==== - -To enable load balancing based on Kubernetes Service name use the following property. Then load balancer would try to call application using address, for example `service-a.default.svc.cluster.local` -==== -[source] ----- -spring.cloud.kubernetes.loadbalancer.mode=SERVICE ----- -==== - -To enabled load balancing across all namespaces use the following property. Property from `spring-cloud-kubernetes-discovery` module is respected. -==== -[source] ----- -spring.cloud.kubernetes.discovery.all-namespaces=true ----- -==== - == Security Configurations Inside Kubernetes