cloudfoundry-attic / loggregator-k8s-deployment

A deployment of loggregator on kubernetes
6 stars 3 forks source link

Improve RLPs discovery of routers #4

Open jasonkeene opened 6 years ago

jasonkeene commented 6 years ago

Currently, RLPs use a service with a cluster IP to load balance to routers. This is far from ideal since it means as you scale the routers up the RLPs could potentially not connect to all of the routers and thus not be aware of certain messages.

This tutorial should provide guidance on how to do this style of communication: https://kubernetes.io/docs/tutorials/stateful-application/zookeeper/

cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/158367452

The labels on this github issue will be updated when the story is started.