Results 6 issues of Aidan Shribman

as illustrated in https://github.com/skydive-project/skydive/pull/2336 I wanted to construct a hierarchy of analyzers: - broker - the central hub which aggregated all information - east/west - which should only report upwards...

would it be possible to replace etcd with the k8s etcd (which is accessed via the apiserver)? could we use k8s CRDs to define the captures (and other etcd backed...

proposal

When running a multi-cluster scenario based on fleet which created 3 clusters: - broker - east - west there were association links between cluster (which were not expected) ![image](https://user-images.githubusercontent.com/2760739/107021604-083ab380-67ad-11eb-924c-4d445afbafd0.png) ![image](https://user-images.githubusercontent.com/2760739/107021672-1f79a100-67ad-11eb-932d-cf8419c177eb.png)...

The context of this is connecting k8s.pod to flows by using the following sequance: k8s.pod --> k8s.container --> docker.container --> docker.namespace --> lo (flows) Using Gremlin I would like to...

# Mockup Just a mockup with a static JSON file to show how we would want to depict submariner: ![image](https://user-images.githubusercontent.com/2760739/70717003-24041000-1cf6-11ea-9f0c-09a90fd1bdb7.png) You can find the mockup code here: https://github.com/hunchback/skydive-ui/tree/submariner-mockup # Development...

In the scenario when we want to connect two analyzers as follows: analyzer (client) ----> proxy ----> analyzer (server) To support this the following enhancements are needed (1) Analyzer (client)...