Christoph Held

Results 17 comments of Christoph Held

I think this is related: https://github.com/kubernetes/dashboard/issues/1220

The scope plugin uses an Iframe. https://github.com/kubernetes/dashboard/pull/1949 The helm plugin we are thinking to integrate directly. Not sure about the best approach In addition @floreks is thinking about a global...

@witekest is on vacation, so I try to answer The blocker issue for Swarm is the lack of support by Red Hat and SUSE. This is a problem at least...

> So we've done a fair bit of work already to support centralized logging via docker logs to stdout and stderr Perfect. All containers should log to stdout. Logs are...

@matrixik Docker does not interpret logs. It just writes logs line by line to disc (AFAIK with some meta data). It is up to the log agent to combine multiple...

@matrixik one more comment: I assume the approach to be choosen should be compatible with Kubernetes deployments. In Kubernetes the container runtime can be exchanged. On the other hand, the...