kubeskoop icon indicating copy to clipboard operation
kubeskoop copied to clipboard

Multiple hosts support

Open Robin3Chan opened this issue 1 year ago • 2 comments

Does the current version support across multiple-k8s clusters or multiple-hosts?

Robin3Chan avatar Aug 06 '24 06:08 Robin3Chan

Across multiple-hosts are supported, not support multiple-clusters. You need install kubeskoop in each cluster.

BSWANG avatar Aug 07 '24 01:08 BSWANG

Across multiple-hosts are supported, not support multiple-clusters. You need install kubeskoop in each cluster.

For the multiple-hosts-supports, do I need to install for each host? How does skoop-agent aggregate probe data on all hosts?

Robin3Chan avatar Aug 07 '24 02:08 Robin3Chan

Across multiple-hosts are supported, not support multiple-clusters. You need install kubeskoop in each cluster.

For the multiple-hosts-supports, do I need to install for each host? How does skoop-agent aggregate probe data on all hosts?

skoop-agent deploy on each host by kubernetes daemonset, and expose probe data with prometheus metrics api.

BSWANG avatar Oct 05 '24 09:10 BSWANG