[go-nuts] [ANN] Prometheus 2.0 Released

2017-11-08 Thread Brandon Philips
Hello Everyone- ICYMI Prometheus, a fellow CNCF project for container monitoring, has released their v2.0 today. You can learn more from the release from these links: 1. CoreOS post with in-depth benchmarks 2. Project blog

[go-nuts] [Announce] zetcd: ZooKeeper apps without ZooKeeper

2017-05-18 Thread Brandon Philips
Hey everyone- As part of making etcd the most appealing foundation for distributed systems, the etcd team developed a new proxy, zetcd, to serve ZooKeeper requests with an unmodified etcd cluster. This enables apps like Kafka, mesos or drill on top of etcd. Combined with the etcd Operator on Kuber

Re: [go-nuts] Re: best working and maintaned golang oauth2 server package

2017-01-17 Thread Brandon Philips
Hey Simon- Any reason you aren't using Dex? https://github.com/coreos/dex Brandon On Wed, Jan 11, 2017, 12:08 PM Simon Ritchie wrote: > I've just started work on an OAUTH server too. So far I've built the > "simple" example of the RangelReale project. It takes a user name and > password and