1digraph "g" {
2"ClusterIP2_monitor_0 fc16-builder" -> "ClusterIP2_start_0 fc16-builder" [ style = dashed]
3"ClusterIP2_monitor_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
4"ClusterIP2_monitor_30000 fc16-builder" [ style=dashed color="red" fontcolor="black"]
5"ClusterIP2_start_0 fc16-builder" -> "ClusterIP2_monitor_30000 fc16-builder" [ style = dashed]
6"ClusterIP2_start_0 fc16-builder" [ style=dashed color="red" fontcolor="black"]
7"ClusterIP3_monitor_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
8"ClusterIP_monitor_0 fc16-builder" -> "ClusterIP_start_0 fc16-builder" [ style = dashed]
9"ClusterIP_monitor_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
10"ClusterIP_monitor_30000 fc16-builder" [ style=dashed color="red" fontcolor="black"]
11"ClusterIP_start_0 fc16-builder" -> "ClusterIP2_start_0 fc16-builder" [ style = dashed]
12"ClusterIP_start_0 fc16-builder" -> "ClusterIP_monitor_30000 fc16-builder" [ style = dashed]
13"ClusterIP_start_0 fc16-builder" [ style=dashed color="red" fontcolor="black"]
14}
15