Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

spring-attic/spring-cloud-kubernetes-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

spring-cloud-kubernetes-connector is no longer actively maintained by VMware, Inc.

Spring Cloud Connector for Kubernetes

Build Status

The Spring Cloud Connector project provides an abstraction to discover services at runtime and register them as Spring beans.

This project provides support to discover Redis and RabbitMQ servers running on Kubernetes. The mechanism by which it performs the discovery is to look for a Kubernetes service whose name is redis or rabbitmq along with a label that has a key named spirng-cloud-service. Here is an example taken from the redis-service.yml definition used in the Spring Cloud DataFlow Kubernetes getting started project.

metadata:
  name: redis
  labels:
    spring-cloud-service: redis

A standard kubernetes style service discovery mechanism, that does not require the use of labels is an open issue.

Building

./mvnw clean package

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages