zoe
zoe copied to clipboard
Zoe: Container Analytics as a Service -- mirror of https://gitlab.eurecom.fr/zoe/main/
Hello, We have enabled the output logs in ZOE but if the log is very verbose after a while firefox stops responding. When we were looking at the logs in...
For details, see discussion at: https://github.com/DistributedSystemsGroup/zoe/issues/75
In a Google Kubernetes engine, it is not possible to manually set-up a shared workspace mount. The way to have a shared disk, is by using Persistent Volumes instead of...
The Kubernetes backend is not compatible with GKE (Google Kubernetes Engine). Rationale for wanting this: - Very cost-effective and auto-scalable GKE backend (less worrying about managing and scaling the clusters)...
Hello, We want to have a centralized ZOE that will be able to run Zapp on 2 different datacenters. So in order to do this we set a label on...
I started a Zapp with an error in the dns name of an other container in the environment definition: "environment": [ [ "SPARK_MASTER", "spark://{dns_name#_spark23-master0_}:7077" ], instead of "environment": [ [...
Hello, When a Zapp is started we have users who would like to be able to get the configuration they've done in the Zapp Shop (namenode host, number of core...
When a container is limited in memory, the processes inside the container still see the full amount of memory available in the system when they use the OS system calls....
I would be nice to have additional metrics exposed by Zoe. Some might be: - Running Applications - Pending Queue Length
It would be nice to have a notification system that notify the user when her application terminates. Currently, this part is left to the user and her specific application. The...