Huamin Chen

Results 212 comments of Huamin Chen

@marceloamaral a plain json on a persistent volume?

Missing kernel headers causes eBPF fail to resolve kernel structs. There is a good writing by [Pixie](https://blog.px.dev/ebpf-portability/). We should watch for these new solutions.

eBPF is used to get certain stats from kernel for power modeling and inference. The roadmap is to use multiple models, depending on the environment and restriction. On setups that...

@nikimanoledaki would you help the documentation with your findings and solutions? That'll bring this issue to a good conclusion

For Deployment Pods, there will be steps I think: - at kubelet level, we can get the Pod owner. This works for certain API objects such as DaemonSet/ReplicaSet, not to...

@marceloamaral this is a good idea! Along the scalability line, having a node watcher on each node requires additional resources and privilege. I am thinking creating yet another exporter (optionally...

The dependence issue is double edged, the pod owner exporter can be used for other purposes as well (e.g. for metrics-server). By separating it from kepler, we have the flexibility...

The odd thing is that the same type of Pod is somethings reported and sometimes missing.

Just a thought, would upgrading bcc library fix this issue? #317