Open encryptio opened 8 years ago
Things to (maybe) include:
Textual:
hz serve
logsGraphs:
I'm working on a pair of programs that will let us stream logs from the user pods back to a RethinkDB instance in the kube-system cluster. These can handle the hz serve
logs and rethinkdb
logs.
Change of plans; we're still going to dump these into RethinkDB at the end for Horizon to query, but going to use kubernetes' existing fluentd to google cloud logging framework, pulling those into google pub/sub topics before they go to RethinkDB.
Note to self: ensure an alert on the subscriber queue size has been added before closing
Seems to be complicated by the fact that kubernetes has a half-baked setup for this. See https://github.com/kubernetes/kubernetes/issues/24677, https://github.com/kubernetes/kubernetes/issues/23195, and https://github.com/kubernetes/kubernetes/issues/17183.