Jinjing Zhou

Results 201 comments of Jinjing Zhou

Sure. We're considering something like a probe, that can also be integrated with the existing observability platform. For the second question, what kind of monitoring are you referring to?

@aseaday I think generating a computation graph from a running application is still an open problem, which cannot be done in a non-intrusive way. An alternative way is probably using...

I think in serving scenario, logs are handled by k8s. Such as a deamonset, or a sidecar container to send the logs to remote API endpoint. Is there anything special...

` dev=True, conda=True` looks a bit weird. Can we merge them? Possible proposal: - `builtin_packages=dev()` and `dev` is an internal function which returns a list of packages such as `['sshd',...

> > * `builtin_packages=dev()` and `dev` is an internal function which returns a list of packages such as `['sshd', 'conda']` > > What should users do with the returned packages?...

> What do you mean by boilerplate code? And what would the `common basic environment` look like?

User can directly do `buildin_packages=[]` if nothing needed, or `buildin_packages=['conda']` if he needs conda. However the possible item here will be limited

Actually I mean `base(buildin_packages=[])` instead of `base(dev=True, conda=True)` 😲

WSL will automatically make ports available to host os (windows). We definitely need a way for users to easily extend their use cases. However, the grammar may need more discussions.

https://github.com/boxboat/fixuid/ ``` fixuid is a Go binary that changes a Docker container's user/group and file permissions that were set at build time to the UID/GID that the container was started...