Jeff Schroeder
Jeff Schroeder
Bonus points for using something like nvd3.js + `&rawData=true` on the graphite urls.
Indeed, kafka would be perfect. A stack of kafka, cassandra, storm, etc, would be super nice.
If there isn't a bug on whisper for Python3 support file one and we will work on it
Give us a week or so to look through the existing backlog of tickets and merge any outstanding PRs, but this should be doable soonish.
@yaronr give me about a week to finish up and I'll post how I got it all running ontop of mesos + marathon without hardcoding the nimbus master or anything....
It kind of defeats the point of mesos to require hard coding masters that might change. Mesos DNS is a reasonable workaround, as is my solution of having a python...
True. Thanks for the suggestion
We netboot the kubelets, so they can be considered immutable as well. The network isn't something we need to worry about as well. What I'm most interested is the ability...
So this would require giving kanali direct access to etcd, or spinning up a separate etcd cluster? Currently, k8s (by default, but can be encrypted in 1.7 using the Provider...
@frankgreco it is actually [discouraged per the kubernetes documentation](https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd#securing-etcd-clusters). ``` Access to etcd is equivalent to root permission in the cluster so ideally only the API server should have access...