Jeff Schroeder

Results 60 comments of Jeff Schroeder

Regarding json+http, protobuf support, comms with the apiserver via protobuf [landed in kubernetes 1.3](https://github.com/kubernetes/kubernetes/pull/25738). The magic is passing the `Content-Type` header with the value `application/vnd.kubernetes.protobuf` instead of `application/json`. Also I'm...

Use the source luke!^Wfrank. That should work a bit better for you, so glad to help where I can. In hindsight, it doesn't make much sense to use a CRD...

There is an [ingress](https://github.com/northwesternmutual/kanali/issues/56) doing something vaguely similar, but they are storing traffic stats in etcd.

Also, heapster has sort of been replaced by [the metrics api](https://kubernetes.io/docs/tasks/debug-application-cluster/core-metrics-pipeline/#the-metrics-api). Additionally, [groupcache](https://github.com/golang/groupcache) might fit into your ideas of an in-memory k/v store with the benefits of scaling out

Playing devil's advocate, how does the service ip range get handled? If I remember (without looking), it is managed by the controller manager. Does that just create `Endpoint` objects serially...

Once you've got this finished, you might consider doing a guest blog post for Home Assistant. You can find examples in the [home-assistant.io website repo](https://github.com/home-assistant/home-assistant.io/tree/master/source/_posts). It would be neat to...

WRT the private APIs, I believe you can [request the entitlement](https://forums.developer.apple.com/thread/9015) to get official access. It might be worth a shot. Even if they say no, you're not any worse...

Is the [example in the README](https://github.com/uber-common/opentracing-python-instrumentation/blob/master/README.md#usage) how you use it with flask/clay as a middleware? What I meant previously was more about what it would take to use this instrumentation...

Works for me! Just want to make sure this library can be used with existing opentracing stuff. It does seem a bit nicer than some of the other libs in...

@joestein I'm not sure that is exactly what I meant. I'm looking to be able to say: "Broker id1 gets ip 1.2.3.4", and have magic happen + the framework bring...