flux-classic icon indicating copy to clipboard operation
flux-classic copied to clipboard

Microservice routing

Results 15 flux-classic issues
Sort by recently updated
recently updated
newest added

quay.io/coreos/etcd:latest fails to start. Documents should be updated to use quay.io/coreos/etcd:v2.3.7 Issue is that latest throws a $PATH error when using -listen-client-url

At the minute, the various listeners (agent, balagent, balancer) will crash if they cannot establish or lose a connection to etcd. This makes some problems for both starting the infrastructure...

It would be great if there was an easy way to replace kube-proxy by flux, allowing me to see http QPS/response status/response time graphs per service/endpoint without instrumenting my application.

dogfood

QPS is all the time showing "Waiting for timeseries data" - is it an issue? Or there is something wrong with how I set up the docker? ![image](https://cloud.githubusercontent.com/assets/1842029/14351236/6ff8487e-fcce-11e5-8397-47d1a8d4323d.png)

# TL;DR - [ ] Infer services from WeaveDNS records: `fluxctl select --weavedns `. - [ ] Embedded edge balancer: `fluxctl expose -p `. - [ ] Automatic attachment to...

dogfood

When you use `fluxctl select`, it is typically not obvious whether it succeeded or failed; and if it failed, why it failed. This is information we report in logs, so...

AFAICT flux currently does not force use of go's built-in DNS resolver and thus there is some chance it will drag in glibc's resolver dynamically. We should force the use...