# Functions
GeneratePodNodesAndEdges ...
GetGraphEdges returns graph-edges for pod interactions.
GetGraphNodes returns graph-nodes for pod interactions.
# Structs
Edge represents each edge in the graph From: unique id of source pod TO: unique id of destination pod Title: string containing number of times these two pods communicated.
Node represents each node in the graph ID: unique id of pod Label: pod name Title: string "pods" Value: number of times pod has communicated with others Group: Connected component number, used for coloring different components in different colors CID: list of all services the pod belongs to.