You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You use k8s metadata Labels fields to identify various submariner elements
Extend k8s probe to also capture CRDs
This means we have to support understanding CRD templates and CRD objects (which represent submariner control plane).
Add a dedicated submariner probe
The broker has an API which can be queried and used to understand the submariner topology.
Flows
By understand submariner topology we can now track flows crossing between clusters (via the IPSec tunnel) and ensure they are associated and thus can be tracked across boundaries
The text was updated successfully, but these errors were encountered:
Mockup
Just a mockup with a static JSON file to show how we would want to depict submariner:
You can find the mockup code here: https://github.com/hunchback/skydive-ui/tree/submariner-mockup
Development Setup
You can install submariner (using e2e test setup) and then install Skydive in a multi-cluster setup:
skydive analyzer cluster1
skydive analyzer cluster2
skydive analyzer broker
Topology
We basically want to be able to identify:
And then depict the links between these nodes.
Use current k8s probe
So you enable the probe in cluster1 and cluster2
You use k8s metadata Labels fields to identify various submariner elements
Extend k8s probe to also capture CRDs
This means we have to support understanding CRD templates and CRD objects (which represent submariner control plane).
Add a dedicated submariner probe
The broker has an API which can be queried and used to understand the submariner topology.
Flows
By understand submariner topology we can now track flows crossing between clusters (via the IPSec tunnel) and ensure they are associated and thus can be tracked across boundaries
The text was updated successfully, but these errors were encountered: