k8spacket
k8spacket
Which one port? 8080? Anyway, it is an open-source tool and you can suggest a change by pull request 👍
@shokohsc configurable listener port is done (PR: https://github.com/k8spacket/k8spacket/pull/7 & PR: https://github.com/k8spacket/k8spacket-helm-chart/pull/7) Please check it and continue this issue with your problems (e.g., `cap_net_admin=ep` if it still exists)
@GounGG I need more info. Could you share k8spacket's logs and daemonset resource details? ``` kubectl -n k8spacket logs kubectl -n k8spacket describe daemonsets.apps k8spacket ``` Does this situation happen...
@GounGG Over 10 days without an answer. I'm going to close this issue. If you would like to reopen it with more info, feel free.
Hi @AdaptiveStep **1.** I don't know these two platforms, so I can't answer how to integrate them directly. **2.** k8spacket uses two types of metrics - Prometheus time series notation...
Hi @AdaptiveStep This thread has been inactive for more than 10 days. I'm going to close it. Please feel free to open again whenever you have more questions.
Hi @Lawouach Thanks for appreciation This part of the code is responsible for getting new workload names and IPs: https://github.com/k8spacket/k8spacket/blob/master/ebpf/loader.go#L40-L64 There are some corner cases about this approach, but I...
Ok @Lawouach, I think I know what happened here As I shared in the last comment, the code from https://github.com/k8spacket/k8spacket/blob/master/ebpf/loader.go#L40-L64 works more or less like this: - every `$K8S_PACKET_TCP_LISTENER_INTERFACES_REFRESH_PERIOD` (default...
Hi @Lawouach There is a new k8spacket version available in helm (2.1.2) The approach has been changed from calling k8s API to registering informers for getting events about newly created...
Hi @Lawouach I will close this issue for now. Thanks for reporting that bug.